[jboss-jira] [JBoss JIRA] (WFCORE-4233) WARN if jboss-deployment-structure.xml excludes non-existent subsystem
Brad Maxwell (Jira)
issues at jboss.org
Tue Nov 20 10:51:00 EST 2018
Brad Maxwell created WFCORE-4233:
------------------------------------
Summary: WARN if jboss-deployment-structure.xml excludes non-existent subsystem
Key: WFCORE-4233
URL: https://issues.jboss.org/browse/WFCORE-4233
Project: WildFly Core
Issue Type: Enhancement
Components: Server
Reporter: Brad Maxwell
Assignee: Jason Greene
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.
{code}
<?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>
{code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
More information about the jboss-jira
mailing list