2 Replies Latest reply on May 17, 2002 11:48 AM by zommick

    session bean accessing mbean jndi lookup failure

    zommick

      I'm trying to call a method in my mbean from within a session bean. The error I get is telling me that the mbean jndi name isn't bound. However, when I look at port 8082 I see the mbean's jndi name in the list. Any suggestions? Is there an entry I need in my ejb-jar.xml file?

      jndiContext = new InitialContext();
      as = (com.radical.telephony.ejbsupport.AudioServer) jndiContext.lookup("rcats/AudioServer");