OSGi-WAR fails to deploy
------------------------
Key: JBOSGI-505
URL:
https://issues.jboss.org/browse/JBOSGI-505
Project: JBoss OSGi
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Core Framework
Reporter: Rico Neubauer
Assignee: Thomas Diesler
Attachments: server.log
Trying to deploy a very simple WAR, containing one Servlet as OSGi-bundle on
jboss-as-7.1.0.Beta1 fails with error on ClassLoading the servlet.
osgi-subsystem activation is set to "eager", startlevel to "3".
Will attach full log and test-WAR, here is an extract from the stacktrace:
ERROR [org.ops4j.pax.web.extender.war.internal.RegisterWebAppVisitorWC] (MSC service
thread 1-12) Registration exception. Skipping.: java.lang.ClassNotFoundException:
jboss.osgi.webapp.test.JNDIViewServlet from [Module
"deployment.jboss.osgi.webapp.test.OSGiWebApp:0.0.1.SNAPSHOT" from Service
Module Loader]
at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:190)
[jboss-modules.jar:1.1.0.CR4]
at
org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:485)
[jboss-modules.jar:1.1.0.CR4]
at
org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:421)
[jboss-modules.jar:1.1.0.CR4]
at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:155)
[jboss-modules.jar:1.1.0.CR4]
at
org.jboss.osgi.framework.internal.HostBundleRevision.loadClass(HostBundleRevision.java:114)
[jbosgi-framework-core-1.1.0.jar:]
at
org.jboss.osgi.framework.internal.AbstractBundleState.loadClass(AbstractBundleState.java:415)
[jbosgi-framework-core-1.1.0.jar:]
at org.jboss.osgi.framework.internal.HostBundleState.loadClass(HostBundleState.java:151)
[jbosgi-framework-core-1.1.0.jar:]
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira