4 Replies Latest reply on Oct 28, 2005 5:31 PM by boost

    what the difference between different jndi names

    rotbart

      Hello , group!
      I am beginner in ejb (not beginner in java), and cannot understand the difference between jndi names.
      For example , why in one case I can find the object , but cannot in other:
      homeObj = context.lookup("java:comp/env/ejb/Person");
      homeObj = context.lookup("ejb/Person");

      What is "java:comp/env/ejb/Person" ?

      Can you point me for good jndi tutorial , I cannot find

      Thank you very much!
      Alexander