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

Chao Wang (Jira) issues at jboss.org
Thu Dec 6 22:39:00 EST 2018


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

Chao Wang reassigned WFCORE-4234:
---------------------------------

    Assignee: Chao Wang  (was: Jason Greene)


> WARN if jboss-deployment-structure.xml excludes non-existent dependency
> -----------------------------------------------------------------------
>
>                 Key: WFCORE-4234
>                 URL: https://issues.jboss.org/browse/WFCORE-4234
>             Project: WildFly Core
>          Issue Type: Enhancement
>          Components: Server
>    Affects Versions: 6.0.2.Final
>            Reporter: Brad Maxwell
>            Assignee: Chao Wang
>            Priority: Major
>
> WARN if jboss-deployment-structure.xml excludes non-existent dependency
> 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.
> {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>
>         <exclusions>
>             <module name="non-existent" />
>         </exclusions>
>     </deployment>
> </jboss-deployment-structure>
> {code}



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the jboss-jira mailing list