Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-3494

Missing dependencies log4j module

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 7.1.0.Final
    • 7.1.0.Final
    • Logging
    • None

      Since AS7-1389 deployments fail due to missing dependencies for log4j on org.dom4j and org.w3c.dom.Node

      Modifying the module.xml for org\apache\log4j resolves the issue:

      <module xmlns="urn:jboss:module:1.1" name="org.apache.log4j">
          <resources>
              <resource-root path="log4j-1.2.16.jar"/>
              <!-- Insert resources here -->
          </resources>
          
          <dependencies>
            <module name="org.dom4j"/>           
            <module name="javax.api"/>
          </dependencies>
      </module>
      
      

              jperkins-rhn James Perkins
              maasvdberg Maas van den Berg
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: