I am a little confused on how to lookup the context of an EJB. In using the Oracle
tutorals they seem to suggest using
@Stateless(name = "myName")
and then looking it up like context.lookup("myName");
This seems to work fine in OC4J but not in JBoss
What is the correct way to lookup a EJB?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3987935#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...