0 Replies Latest reply on Mar 20, 2008 6:38 AM by gumnaam.suri

    ear deployment and comp.ejb3

    gumnaam.suri

      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


      java: Namespace
      +- comp.ejb3 (class: javax.naming.Context)
      | NonContext: null


      What should be done, to get the ejb3 bound in this context.