Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-4234

WARN if jboss-deployment-structure.xml excludes non-existent dependency

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Done
    • Major
    • 8.0.0.Beta1, 8.0.0.Final
    • 6.0.2.Final
    • Server
    • None

    Description

      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.

      <?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>
      

      Attachments

        Issue Links

          Activity

            People

              chaowan@redhat.com Chao Wang
              rhn-support-bmaxwell Brad Maxwell
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: