5 Replies Latest reply on Feb 23, 2011 6:58 AM by jaikiran

    problem in jndi name

    dinsceg

      Hi,

       

        I am using jboss 4.2.3. I  have local reference of ejb.

      When i deploying the EJB in jboss ,the jndi name gets appened by some random number.

       

       

        5:42:16,671 INFO  [BaseLocalProxyFactory] Bound EJB LocalHome 'LocalLovBean' to jndi 'local/LocalLovBean@20976523'

       

        see the above line after @.

       

       

      This is my ejb-local-ref present in ejb-jar.xm

       

       

            <ejb-local-ref>

               <ejb-ref-name>local/LocalLovBean</ejb-ref-name>

               <ejb-ref-type>Session</ejb-ref-type>

               <local-home>com.tcs.joa.lov.ejb.LovEjbLocalHome</local-home>

               <local>com.tcs.joa.lov.ejb.LovEjbLocal</local>

               <ejb-link>LocalLovBean</ejb-link>

            </ejb-local-ref>

            <resource-ref>

       

       

      Please anyone help me..