0 Replies Latest reply on Sep 17, 2002 2:49 PM by cschenfeldt

    jndi bean lookup failure

    cschenfeldt

      I have a message driven bean that's attempting to do a jndi lookup (another bean). If there's a message when I start jboss, the lookup fails with a null pointer. If there is no message (or I put a sleep in the mdb), the lookup is fine. So ...

      Shouldn't jboss build the jndi tree before instantiating my mdb? Is there some setting I need to change, am I doing something wrong, or is this a jboss bug of some sort? Please help!

      Thanks.