[jboss-dev-forums] [JBoss OSGi Development] - Re: Bundle.start() does not transition to ACTIVE
thomas.diesler@jboss.com
do-not-reply at jboss.com
Sat Aug 22 16:37:34 EDT 2009
I added some cause analysis and it seems that both PackageRequirements should either not be there or get resolved.
org.osgi.framework: from declared system packages
org.jboss.test.osgi.simple.bundle: from the bundle itself
| testBundleInstallLauchAPI(org.jboss.test.osgi.simple.SimpleBundleTestCase) Time elapsed: 4.215 sec <<< ERROR!
| org.osgi.framework.BundleException: Cannot start bundle Bundle{simple-bundle:0.0.0}, because of unresolved dependencies
| [PackageRequirement{org.osgi.framework [0.0.0,?)}, PackageRequirement{org.jboss.test.osgi.simple.bundle [0.0.0,?)}]
| at org.jboss.osgi.plugins.facade.bundle.OSGiBundleManager.start(OSGiBundleManager.java:494)
| at org.jboss.osgi.plugins.facade.bundle.OSGiBundleState.start(OSGiBundleState.java:736)
| at org.jboss.osgi.plugins.facade.bundle.OSGiBundleState.start(OSGiBundleState.java:724)
| at org.jboss.osgi.plugins.facade.bundle.OSGiBundleWrapper.start(OSGiBundleWrapper.java:176)
| at org.jboss.test.osgi.simple.SimpleBundleTestCase.testBundleInstallLauchAPI(SimpleBundleTestCase.java:62)
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4251006#4251006
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4251006
More information about the jboss-dev-forums
mailing list