1 Reply Latest reply on Aug 14, 2002 12:27 PM by tbfmicke

    interest example:without jboss.xml,then what is the jndi?

    wqhhust

      I am not a native English speaker,and can not figure out what the jndi is if the jboss.xml is not availabel.

      the online document said

      "In the deployment descriptor, the section <ejb-name>Interest</ejb-name> assigns a name to the EJB. JBoss by default will put the bean's home interface under the ejb-name moniker in the JNDI namespace if you don't override this default behavior"

      does that means the jndi is: Interest/InterestHome
      because the ejb-name moniker is Interest and teh home interface is InterestHome?