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

Brad Maxwell (Jira) issues at jboss.org
Tue Nov 20 10:54:11 EST 2018


Brad Maxwell created WFCORE-4234:
------------------------------------

             Summary: 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: Jason Greene


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