1 Reply Latest reply on Aug 26, 2003 11:31 AM by tauman

    MBean Dependency on Deployed Web Application

    tauman

      I have an MBean that I want to set to be dependent on a particular deployed web application. Given that the jboss.management.local domain has it listed:

      jboss.management.local:J2EEApplication=null,J2EEServer=Local,j2eeType=WebModule,name=soap.war

      How do I reference this in my *-service.xml file? I tried various values for the "depends" tag, but the MBean deployment is always left incomplete...

      Steve

        • 1. Re: MBean Dependency on Deployed Web Application
          tauman

          Actually, I want my MBean to react whenever the web app is redeployed (various initialization, etc), but I also want the MBean to do its work when it is first started (so it must wait for the web-app to install). Is there another way to do this?

          Steve