0 Replies Latest reply on Jan 17, 2005 4:31 PM by johnv

    JBoss not J2EE compliant with jndi-name

    johnv

      I deployed the JBossDukesBank.ear I built using the JBoss getting started tutorial. After doing this the names listed in the global JNDI namespace are the bean names not the names specified as jndi-name in the jboss.xml. For example:

      <ejb-name>CustomerBean</ejb-name>
      <jndi-name>MyCustomer</jndi-name>

      The JMX Console ->JNDIView ->list() under GlobalJNDI Namespace shows:

      +- local (class: org.jnp.interfaces.NamingContext)
      | +- CustomerBean (proxy: $Proxy54 implements interface com.sun.ebank.ejb.customer.CustomerHome)

      MyCustomer does not appear anywhere on that JNDIView list() page

      JBoss appears to ignore the information in the jndi-name tag. I have seen this problem with my own applications as well. I've posted this twice but have yet to get an answer. There must be a simple explanation.
      Thanks,

      John