I have a ejb3 jar inside a ear file.
All the ejbs are bound to the global JNDI context with the name format
ear-name/ejb-name/[local,remote]
But I can't see any thing bound in the ENC context for ejb3 i.e. java:comp.ejb3
In fact the context comp.ejb3 has been bound to a NULL value, looking at the JNDIView I
see the following
anonymous wrote :
| java: Namespace
| +- comp.ejb3 (class: javax.naming.Context)
| | NonContext: null
|
What should be done, to get the ejb3 bound in this context.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137991#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...