When your war file depends on another service to deploy first you can add a
depends element in the WEF-INF/jboss-web.xml. This will guaranty the deployment order, and the war file will not be deployed until the PluginManager Service is deployed first.
jboss.admin:service=PluginManager
I know I looked for this before and was not able to find it. Now I won't forget.
--Kurt
1 comment:
I was desperate to find a solution. This was helpful to me a lot.Thanx
Post a Comment