Thanks for the discussion - it's been very helpful coming up to speed on this...

In the case of a same EJB call, is there any difference between doing 

A) 
@EJB SameEJB same; 

vs:

B)
@Resource SessionContext ctx;
... 
SameEJB same = ctx.getBusinessObject();

I'm guessing in B) you get a local if you're working w/ a local intf, vice 
versa. How does @EJB deal w/ local deal w/ that?

-Dan





View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949624#3949624

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949624


_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to