From: pmlogan <do-...@jb...> - 2006-02-08 20:10:36
|
When a client does a look up on an ejb, which is the better way to do the looking up and why? ctx.lookup("java:comp/env/ejb/TestEJB"); or ctx.lookup("ejb/TestEJB"); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922364#3922364 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922364 |