1 Reply Latest reply on Apr 1, 2005 12:59 PM by bill.burke

    How can a 3.0 EJB return a reference to iself?

    keyurva

      This might be a repost of a couple of other posts (esp. http://jboss.com/index.html?module=bb&op=viewtopic&t=62060) but the other posts might not have been clear in their intent, so...

      In EJB 2.1 a session bean could call SessionContext.getEJBObject() to return a remote reference to itself - how can one do that with EJB 3.0 given that the EDR spec says that getEJBObject() might not be supported.