1 Reply Latest reply on Dec 21, 2011 1:31 PM by vaedama

    How to configure an XML file (here quartz-service.xml file) to show dependency of starting a service (here, quartz-service) on deployments of a WAR file.

    vaedama

      Hello everyone,

       

      My question may seem obvious to you. But please throw some light.

       

      To show the dependency to start a service on the deployment of an ear file we configure our xml file with the tage:

       

      <depends>jboss.j2ee:service=EARDeployment,url='MyApplication.ear'</depends>

       

       

      Similarly to show the dependency on a war file do I have to do sth like:

       

      <depends>jboss.j2ee:service=WARDeployment,url='MyApplication.war'</depends>

       

      ??

       

      Thank you.

       

      -Sudheer Reddy