You have to remove both, CXF and Spring. And please include a full stack trace to see what's loading that org.springframework.context.ApplicationListener class.
Jarek On Mon, Jun 29, 2009 at 3:56 PM, Westhveg<[email protected]> wrote: > > And if I remove the spring or cfx jar files from WAR, I get a > ClassNotFoundException. For example, if I remove spring jar file: > > Caused by: java.lang.ClassNotFoundException: > org.springframework.context.ApplicationListener in classloader > default/ViewControllerWS/1.0/car > at > org.apache.geronimo.kernel.config.MultiParentClassLoader.loadOptimizedClass(MultiParentClassLoader.java:438) > at > org.apache.geronimo.kernel.config.MultiParentClassLoader.loadClass(MultiParentClassLoader.java:280) > at java.lang.ClassLoader.loadClass(Unknown Source) > at java.lang.ClassLoader.loadClassInternal(Unknown Source) > ... 60 more > > > > Could you help me, please? > > > Thanks, > > Westhveg >
