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&...]