5 Replies Latest reply on Dec 6, 2004 5:48 AM by gopalsaha

    JNDI tree not showing <jndi-local-name>dept/DeptFacadeLocal

      Hello,
      I have the following stuff in jboss.xml .However the JNDI tree in jmx console only shows me the emote and not the local .
      <?xml version="1.0" encoding="UTF-8"?>
      <!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS//EN" "http://www.jboss.org/j2ee/dtd/jboss.dtd">



      <enterprise-beans>


      <ejb-name>DeptFacade</ejb-name>
      <jndi-name>dept/DeptFacade</jndi-name>
      <jndi-local-name>dept/DeptFacadeLocal</jndi-local-name>



      </enterprise-beans>

      <resource-managers>
      </resource-managers>



      Thnks in advance