0 Replies Latest reply on Mar 13, 2002 12:59 AM by rinehart

    LocalHome registration with JNDI

    rinehart

      This question is somewhat related to my previous. In JBoss 3.0 is there a separate tag for registering a JNDI name to a Local home interface?


      Such as the following example...


      ...

      <ejb-name>blahEJB<ejb-name>
      <jndi-name>remote/blahEJB<jndi-name><!-- returns remote home-->
      <local-jndi-name>local/blahEJB</local-jndi-name><!-- returns local home-->

      ...