1 Reply Latest reply on Mar 2, 2008 3:12 PM by waynebaylor

    JNDI problem

    rodosa

      Hello, I have a problem with JNDI. I've explained it here http://www.jboss.org/index.html?module=bb&op=viewtopic&t=131040

      Could you help me? Thanks

        • 1. Re: JNDI problem
          waynebaylor

          have you tried a JNDI lookup?

          Context ctx = new InitialContext();
          MyRemoteIfc bean = (MyRemoteIfc)ctx.lookup("<ear-name>/<jar-name>/<bean-name>/remote");