Reputation: 11
We are trying to deploy some ears into the different server versions as per clients interest, so that now i am trying to deploy our multiple ears into the jboss7, but as per deployment descriptors of jboss7, i came to know that deployment dependency should be defined in jboss-depoyment-structure.xml and that should be placed in top deployment of ear file. But we don't want to alter the ear file.
So can any one suggest if is there any alternative way, our main target is maintaining deployment order of multiple ears and defining some common jars for all deployments.
Thanks in advance.
Upvotes: 0
Views: 677
Reputation: 4338
You can use the jboss-all.xml file to configure dependencies across different EAR files. See this tutorial for an example.
Hope it helps
Upvotes: 1