JBoss Community

Deploying OSGi WAR bundle

created by White_Sox in JBoss AS 7 Development - View the full discussion

When deploying a OSGi WAR, i receive the following error:

 

12:12:20,986 ERROR [stderr] (WebExtender-Init) Exception in thread "WebExtender-Init" java.lang.NoClassDefFoundError: org/apache/catalina/Container

12:12:20,988 ERROR [stderr] (WebExtender-Init)     at org.springframework.osgi.web.extender.internal.activator.WarListenerConfiguration.createDefaultWarDeployer(WarListenerConfiguration.java:194)

12:12:20,988 ERROR [stderr] (WebExtender-Init)     at org.springframework.osgi.web.extender.internal.activator.WarListenerConfiguration.<init>(WarListenerConfiguration.java:105)

12:12:20,994 ERROR [stderr] (WebExtender-Init)     at org.springframework.osgi.web.extender.internal.activator.WarLoaderListener$1.run(WarLoaderListener.java:361)

12:12:20,996 ERROR [stderr] (WebExtender-Init)     at java.lang.Thread.run(Thread.java:722)

12:12:20,996 ERROR [stderr] (WebExtender-Init) Caused by: java.lang.ClassNotFoundException: org.apache.catalina.Container from [Module "deployment.org.springframework.osgi.web:1.2.1" from Service Module Loader]

12:12:20,997 ERROR [stderr] (WebExtender-Init)     at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:450)

12:12:20,997 ERROR [stderr] (WebExtender-Init)     at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:398)

12:12:20,998 ERROR [stderr] (WebExtender-Init)     at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:120)

12:12:20,998 ERROR [stderr] (WebExtender-Init)     ... 4 more

 

Am I missing some configuration ?

Reply to this message by going to Community

Start a new discussion in JBoss AS 7 Development at Community