Jboss-deployment-structure.xml: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 14: | Line 14: | ||
It controls the following: | It controls the following: | ||
* Prevents [[automatic dependencies]] from being added. | * Prevents [[WildFly Modules#Automatic_Dependencies|automatic dependencies]] from being added. | ||
Add additional dependencies | Add additional dependencies | ||
Define additional modules | Define additional modules | ||
Change an EAR deployments isolated class loading behaviour | Change an EAR deployments isolated class loading behaviour | ||
Add additional resource roots to a module | Add additional resource roots to a module |
Revision as of 21:10, 10 March 2016
External
- Developer Guide jboss-deployment-structure.xml https://docs.jboss.org/author/display/AS71/Developer+Guide#DeveloperGuide-JBossDeploymentStructureFile
Internal
Overview
jboss-deployment-structure.xml is a WildFly proprietary deployment descriptor that allows finely grained class loading control.
It must be placed in the META-INF or the WEB-INF directory of the deployment.
It controls the following:
- Prevents automatic dependencies from being added.
Add additional dependencies Define additional modules Change an EAR deployments isolated class loading behaviour Add additional resource roots to a module