[jboss-osgi-issues] [JBoss JIRA] Updated: (JBOSGI-151) Cannot resolve circular dependencies

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Wed Sep 9 07:59:23 EDT 2009


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

Thomas Diesler updated JBOSGI-151:
----------------------------------

    Fix Version/s: Framework 1.0.x
                       (was: Framework 1.0.0 Alpha1)


Fixed use case

BundleC 
  exports A, B
  imports A
 
BundleD 
  exports A,
  imports A, B

Running org.jboss.test.osgi.jbosgi151.OSGI151TestCase
Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 5.074 sec

Defer use case

BundleA 
  exports A
  imports B
  
BundleB 
  exports B
  imports A



> Cannot resolve circular dependencies
> ------------------------------------
>
>                 Key: JBOSGI-151
>                 URL: https://jira.jboss.org/jira/browse/JBOSGI-151
>             Project: JBoss OSGi
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>            Reporter: Thomas Diesler
>            Assignee: Thomas Diesler
>             Fix For: Framework 1.0.x
>
>
> Unresolved bundle: Bundle{osgi.cmpn:4.2.0.200907101024}
>   OSGiPackageRequirement{org.osgi.service.http [1.2.0,2.0.0) OPTIONAL {resolution=optional, version="[1.2,2)"}}
> Unresolved bundle: Bundle{org.apache.felix.http.jetty:1.0.1}
>   OSGiPackageRequirement{org.osgi.util.tracker [1.3.0,?) {version="1.3"}}
>   OSGiPackageRequirement{org.osgi.service.log [1.3.0,?) {version="1.3"}}
>   OSGiPackageRequirement{org.osgi.service.cm [1.2.0,?) {version="1.2"}}

-- 
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