-
Enhancement
-
Resolution: Won't Do
-
Major
-
None
-
7.2.0.GA
-
None
WARN if jboss-deployment-structure.xml excludes non-existent subsystem / dependency
We see users trying to exclude subsystems such as resteasy and other values which are not subsystems. A warning would be good to let the users know that their configuration is not doing what they intended.
Users can be off by a character or list a dependency that does not exist. A warning would let them know that their configuration has an issue.
<?xml version="1.0" encoding="UTF-8" ?> <jboss-deployment-structure xmlns="urn:jboss:deployment-structure:1.2"> <ear-subdeployments-isolated>false</ear-subdeployments-isolated> <deployment> <exclude-subsystems> <subsystem name="non.existent" /> </exclude-subsystems> <exclusions> <module name="non-existent" /> </exclusions> </deployment> </jboss-deployment-structure>
- incorporates
-
WFCORE-4233 WARN if jboss-deployment-structure.xml excludes non-existent subsystem
- Resolved
-
WFCORE-4234 WARN if jboss-deployment-structure.xml excludes non-existent dependency
- Resolved