Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-15890

[GSS](7.2.z) WARN if jboss-deployment-structure.xml excludes non-existent subsystem or dependency

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Won't Do
    • Major
    • None
    • 7.2.0.GA
    • Server
    • None

    Description

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

      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.

      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>
              <exclude-subsystems>
                  <subsystem name="non.existent" />
              </exclude-subsystems>
              <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:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: