Tanya Ruttenberg [
https://community.jboss.org/people/daxxy] created the discussion
"Re: Logging with slf4j in 7.1.0.Final"
To view the discussion, visit:
https://community.jboss.org/message/720937#720937
--------------------------------------------------------------
Add these dependencies to the org.jboss.logging module - in other words edit
modules/org/jboss/logging/main/module.xml
<module xmlns="urn:jboss:module:1.1" name="org.jboss.logging">
<resources>
<resource-root path="jboss-logging-3.1.0.GA.jar"/>
<!-- Insert resources here -->
</resources>
<dependencies>
<module name="org.jboss.logmanager"/>
<module name="org.slf4j" />
<module name="org.apache.log4j" />
</dependencies>
</module>
That fixed it for me.
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/720937#720937]
Start a new discussion in JBoss AS 7 Development at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]