1 Reply Latest reply on Aug 24, 2002 5:54 AM by juha

    Package deployment order

    hrfaria

      Hello!
      Does anybody know how to change the order in which jboss packages are loaded?
      See, I have a package that uses mysql. When I start jboss, it loads the package, before loading mysql driver. If I reinstall the package, it works.
      Thanks!

      Henrique R. Faria

        • 1. Re: Package deployment order

          You can use the tag in your SAR service.xml or you can use a nnn-something.jar|war|ear naming convention in the deploy dir where nnn is some number that determines the order of the deployment units.