1 Reply Latest reply on Oct 22, 2005 2:31 PM by comodi

    Partition Deployment Ordering

    comodi

      Hi to all, here again with my new question...

      what is the good way to specify an ordering for the deployment of so many different partition, how can i set that (for example) PartA MUST deploy before PartB?

      I try using the jboss-service.xml here a quote:


      ...
      <mbean code="mydomain.mbeans.MyMbean" name="jboss:service=MyService">
      <depends>jboss:service=App1Partition</depends>
      </mbean>
      ...


      all works BUT if i STOP and (re)START App1Partition this cause the (re)START of MyService...
      Is there a way to not restart the service from which App1Partition depends?

      Thanks to all.

      /C