Thomas Diesler created AS7-5183:
-----------------------------------
Summary: Cannot load class for DynamicImport-Package
org.osgi.service.log.LogService
Key: AS7-5183
URL:
https://issues.jboss.org/browse/AS7-5183
Project: Application Server 7
Issue Type: Bug
Components: OSGi
Reporter: Thomas Diesler
Assignee: Thomas Diesler
Fix For: 7.2.0.Alpha1
Happens when the bundle with the dynamic import activates the osgi subsystem
{code}
13:44:09,349 ERROR [org.jboss.arquillian.protocol.jmx.JMXTestRunner] (pool-3-thread-1)
Failed:
org.jboss.as.test.integration.osgi.classloading.LogServiceDynamicImportTestCase.testBundle:
org.osgi.framework.BundleException: JBOSGI011254: Cannot start bundle: bundleA:0.0.0
at
org.jboss.osgi.framework.internal.HostBundleState.transitionToActive(HostBundleState.java:351)
[jbosgi-framework-core-2.0.0.CR11-SNAPSHOT.jar:2.0.0.CR11-SNAPSHOT]
at
org.jboss.osgi.framework.internal.HostBundleState.startInternal(HostBundleState.java:247)
[jbosgi-framework-core-2.0.0.CR11-SNAPSHOT.jar:2.0.0.CR11-SNAPSHOT]
at
org.jboss.osgi.framework.internal.AbstractBundleState.start(AbstractBundleState.java:509)
[jbosgi-framework-core-2.0.0.CR11-SNAPSHOT.jar:2.0.0.CR11-SNAPSHOT]
at
org.jboss.as.test.integration.osgi.classloading.LogServiceDynamicImportTestCase.testBundle(LogServiceDynamicImportTestCase.java:79)
{code}
--
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