[jboss-as7-dev] Using Dependencies: in a Web application

Michael Musgrove mmusgrov at redhat.com
Tue Jun 28 08:30:57 EDT 2011


The application porting guide 
(https://docs.jboss.org/author/display/AS7/How+do+I+migrate+my+application+from+AS5+or+AS6+to+AS7) 
says to use

Dependencies: org.slf4j.jcl-over-slf4j

I tried this on one of my resteasy apps but got the same error so I 
ended up porting over to jboss logging.

> Dear all,
> I'm testing the usage of Dependencies: in an Web application which uses
> Log4j.
> So I have dropped into my Web application a file META-INF/MANIFEST.MF
> containing:
> Dependencies: org.apache.log4j
>
> However the application server complains that still cannot find Log4j
> classes.
>
> Caused by: java.lang.ClassNotFoundException: org.apache.log4j.Logger
> from [Modul
> e "deployment.Test.war:main" from Service Module Loader]
>          at
>          org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:
> 188) [:1.0.0.CR3]
>          at
>          org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(Concu
> rrentClassLoader.java:358) [:1.0.0.CR3]
>          at
>          org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(Concu
> rrentClassLoader.java:330) [:1.0.0.CR3]
>          at
>          org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentCl
> assLoader.java:307) [:1.0.0.CR3]
>          at
>          org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoad
> er.java:101) [:1.0.0.CR3]
>          ... 13 more


-- 
Michael Musgrove
mmusgrov at redhat.com

JBoss, by Red Hat
Registered in England and Wales under Company Registration No. 03798903
Directors: Michael Cunningham (USA), Brendan Lane (Ireland), Matt Parson
(USA), Charlie Peters (USA)



More information about the jboss-as7-dev mailing list