Stephen Coy [
https://community.jboss.org/people/sfcoy] created the discussion
"Re: How to ignore specific WEB-INF/lib jars"
To view the discussion, visit:
https://community.jboss.org/message/713889#713889
--------------------------------------------------------------
Changing my jboss-classloading.xml file to:
<?xml version="1.0" encoding="UTF-8"?>
<classloading xmlns="urn:jboss:classloading:1.0"
domain="myapp-domain"
parent-domain="DefaultDomain"
export-all="NON_EMPTY"
import-all="true"
parent-first="false"
excluded="org.apache.log4j,org.slf4j"
>
<!-- Forces the use of JBoss provided log4j and slf4j implementations -->
</classloading>
resolved my problem.
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/713889#713889]
Start a new discussion in JBoss Microcontainer at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]