3 Replies Latest reply on May 3, 2003 5:11 PM by sverker

    MBean Service

    gaugat

      I have a custom MBean service that I have packaged as a SAR file that depends on a certain WAR file to already be deployed. So the MBean service needs to be started after the WAR file is deployed. Is there a way to force this dependency?

        • 1. Re: MBean Service

          See the PrefixDeploymentScanner in your jboss-service.xml, enable it and use the -package.xar convention to set the deployment order.

          • 2. Re: MBean Service
            sverker

            Hi Juha,
            could you be a little more specific? I don't see anything in the dtd about PrefixDeploymentScanner nor do I find anything when I search the source code nor on the net.

            Best regards
            /Sverker

            • 3. Re: MBean Service
              sverker

              Ok, I found it myself. It should be PrefixDeploymentSorter, not PrefixDeploymentScanner