0 Replies Latest reply on Jun 10, 2005 3:49 AM by thl-mot

    How to create dependency on a WEB-Module (WAR)

    thl-mot

      Hi,
      I'd like to create a MBeanService (packaged in a sar module) that depends on a web-module.
      As described in http://www.jboss.org/index.html?module=bb&op=viewtopic&t=38976 I added the dependecy.
      Under JBoss 4.0.2 this does not work. I always get a message similar to:
      MBean waiting for other MBean ...

      When looking into jmx-console the appropriate (web-module) mbean is registered, but its state never changes to started, although the web-module can be accessed by the web browser.
      Will the state ever change to started by jboss?
      When manually starting this WEB-MBean my service gets startet.