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#3987935

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3987935
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to