Bruno Santos [
http://community.jboss.org/people/bmsantos] created the discussion
"Re: JBoss 6 + Snowdrop2 + Red5"
To view the discussion, visit:
http://community.jboss.org/message/617150#617150
--------------------------------------------------------------
Scott,
Thanks a lot for the logging info. As you specified, I was able to use the org.slf4j
module. In addition to it, I also had to include org.apache.commons.logging module.
<?xml version="1.0" encoding="UTF-8"?>
<jboss-deployment-structure>
<deployment>
<dependencies>
<module name="org.apache.commons.logging"/>
<module name="org.slf4j"/>
</dependencies>
</deployment>
</jboss-deployment-structure>
Also, I could not remove:
logback-classic-0.9.26.jar
logback-core.0.9.26.jar
How did you set it with log4j? Did you include any libs directly or just the available AS
7 module?
Regarding xuggle, I've only tested it in XP. Which platform are you using?
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/617150#617150]
Start a new discussion in Snowdrop at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]