2 Replies Latest reply on Jul 2, 2003 4:44 AM by r.gordon

    Deployment order

    r.gordon

      Hi all,

      I am new to jboss and trying to deploy my application packaged as a "ear". When I copy the app into the deployment folder directly it all works fine.

      However when I restart jboss my application seems to get deployed before all the jboss services have started, specifically JMS as it fails to deploy fully due to the fact it cannot find the DefaultJMSProvider.

      Is there a way to tell jboss not to attempt to deploy my application until it has started up all other services?

      Thanks,

      Richard