-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
WARN if jboss-deployment-structure.xml excludes non-existent subsystem
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.
<?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> </deployment> </jboss-deployment-structure>
- is incorporated by
-
JBEAP-15890 [GSS](7.2.z) WARN if jboss-deployment-structure.xml excludes non-existent subsystem or dependency
- Closed
- relates to
-
WFCORE-4234 WARN if jboss-deployment-structure.xml excludes non-existent dependency
- Resolved