[jboss-osgi-issues] [JBoss JIRA] Resolved: (JBOSGI-130) Bundle is still in state INSTALLED after bundle.start()

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Sat Aug 22 17:00:23 EDT 2009


     [ https://jira.jboss.org/jira/browse/JBOSGI-130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Diesler resolved JBOSGI-130.
-----------------------------------

    Resolution: Done


I now throw a BundleException on unresolved RequirementDependencyItems

The problem of 

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,?)}]

I fixed by only adding PackageRequirement for packages that are not system and not exported. 

Please see OSGiBundleClassLoadingDeployer for details


> Bundle is still in state INSTALLED after bundle.start()
> -------------------------------------------------------
>
>                 Key: JBOSGI-130
>                 URL: https://jira.jboss.org/jira/browse/JBOSGI-130
>             Project: JBoss OSGi
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Core
>            Reporter: Thomas Diesler
>            Assignee: Thomas Diesler
>             Fix For: Framework 1.0.0 Alpha1
>
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-osgi-issues mailing list