1 Reply Latest reply on Mar 16, 2002 11:29 PM by davidjencks

    question about jndi

    zhebincong

      hello
      i write a "hello" bean,jndi name is also "hello",in my testclient,i specify:

      initialContext.lookup("hello")

      it works well,if i modify it as:

      initialContext.lookup("java:comp/env/hello")

      the jbuilder6 throw a "missing node" exception.could you help me?maybe i am
      not familiar with jndi.

      thank you!