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?