0 Replies Latest reply on Aug 14, 2002 5:15 PM by mmonette

    jboss.xml ignored

    mmonette

      Hello,

      I'm deploying a couple of session EJB's (within .ear files), each with an associated jboss.xml file which specifies <jndi-name> and <local-jndi-name>. Here's a sample:

      <?xml version="1.0" encoding="UTF-8"?>

      <enterprise-beans>

      <ejb-name>DataManager</ejb-name>
      <jndi-name>foo/DataManagerHome</jndi-name>
      <local-jndi-name>foo/DataManagerLocalHome</local-jndi-name>

      </enterprise-beans>


      When I deploy, however, the DataManagerHome ends up in the java:comp/env namespace, and the DataManagerLocalHome ends up in the local namespace. It seems the jboss.xml specifications are being ignored. Could anyone point me to a resource which would help me understand this better or debug the problem?

      Thanks,
      Mike Monette