[jboss-user] [Beginner's Corner] - Re: javax.naming.NameNotFoundException: XYZSessionBeanLocal not bound

Nik J do-not-reply at jboss.com
Wed Oct 17 02:32:47 EDT 2012


Nik J [https://community.jboss.org/people/nik...] created the discussion

"Re: javax.naming.NameNotFoundException: XYZSessionBeanLocal not bound"

To view the discussion, visit: https://community.jboss.org/message/766219#766219

--------------------------------------------------------------
Hi Wolf,

jndi view- 

  |   +- XYZSessionBeanLocal (proxy: $Proxy6055 implements interface com.ejb.sys.ag.interfaces.IXYZBeanLocalHome)
and 
 InitialContext initialContext;
        if(cachedLocalHome != null)
            break MISSING_BLOCK_LABEL_40;
        initialContext = new InitialContext();
        cachedLocalHome = (IXYZBeanLocalHome)initialContext.lookup("java:comp/env/ejb/XYZBeanLocal");
        initialContext.close();
        break MISSING_BLOCK_LABEL_40;
        Exception exception;
        exception;
        initialContext.close();
        throw exception;
        return cachedLocalHome;
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/766219#766219]

Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20121017/583153fa/attachment.html 


More information about the jboss-user mailing list