2 Replies Latest reply on Jan 24, 2003 1:35 PM by rakeshanna

    Calling EJB through MBean at server startup

    rakeshanna

      Is it possible that MBean can use EJB at server startup ?
      I tried to write an MBean which uses the deployed EJB. But I am getting Naming Exception

      I tried the following:



      inmemory/map/MapTest
      jboss.ejb:service=EJBDeployer

      But it appears like this mbean is being started before EJB deployment takes place. How do I have my bean start after all the ejb's are deployed ?