0 Replies Latest reply on Jul 19, 2002 2:45 AM by livejavabean

    JNDI lookup

    livejavabean

      helo, i just deployed successfully with 5 local-CMP beans, the problem is i can't even see them being listed within the jndi view under http://localhost:8082/

      i only saw them listed underneath the "Management" section with this pattern:
      e.g.:
      jndiName=DictionaryEJB
      jndiName=...

      when i go to the JNDIView and do a list, i don't even see the " + ejb" context underneath the GlobalJNDI namspace. i only see the beans listed as somethihg list this:

      java:comp namespace of the DictionaryEJB bean:
      +- env (class: org.jnp.interfaces.NamingContext)

      the path i set in jboss.xml is:

      ejb/mml/dict/DictionaryEJB

      how come? am i doing it incorrectly?..
      please help...

      thx.
      -hoi