3 Replies Latest reply on Apr 15, 2002 2:15 AM by matt.h

    context.lookup() returns null

    matt.h

      I have a stateless session bean that deploys successfully to JBoss2.4.1.

      I can see that the bean is bound to JNDI by examining the relevant MBean service.

      HOWEVER attempting to lookup the bean from a client doesn't throw an Exception, but returns null instead of the EJB's home interface.

      Any ideas what is going on?