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

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

    XMLWordPrintable

Details

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

    Description

      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.

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

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: