2 Replies Latest reply on Feb 24, 2006 7:01 AM by jaikiran

    Problem with JNDI in the jboss-4.0.4RC1

    thanuj_tk

      I was going through the Jboss guide for JBoss 4.0.3, I ran example 3 of chap2 . As per the example org.jboss.chap2.ex3.EchoLocalHome is to be bound in the JNDI with name local/chap2.EchoBean and org.jboss.chap2.ex3.EchoInfoLocalHome is to be bound as local/Chap2EchoInfoBean. But program threw error

      javax.naming.NameNotFoundException: chap2.EchoBean not bound


      After checking the Name bound using JNDI browser tool. I found the name is bound as with @<object hashcode> appended

      local/Chap2EchoInfoBean@958016
      local/chap2.EchoBean@6150421


      Because of this lookup is creating problem.