[jboss-jira] [JBoss JIRA] (WFCORE-4233) WARN if jboss-deployment-structure.xml excludes non-existent subsystem

Chao Wang (Jira) issues at jboss.org
Thu Nov 22 00:49:00 EST 2018


     [ https://issues.jboss.org/browse/WFCORE-4233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chao Wang reassigned WFCORE-4233:
---------------------------------

    Assignee: Chao Wang  (was: Jason Greene)


> 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: Chao Wang
>            Priority: Major
>
> 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