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

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


    [ https://jira.jboss.org/jira/browse/JBOSGI-151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12484965#action_12484965 ] 

Thomas Diesler commented on JBOSGI-151:
---------------------------------------

There is a circular dependency of type 

BundleA
  exports A
  imports B
  
BundleB
  exports B
  imports A

between 

Bundle{org.apache.felix.http.jetty:1.0.1}
Bundle{osgi.cmpn:4.2.0.200907101024}

17:42:19,295 INFO  [FrameworkEventsPluginImpl] Bundle INSTALLED: Bundle{org.apache.felix.http.jetty:1.0.1}
17:42:19,416 INFO  [FrameworkEventsPluginImpl] Bundle INSTALLED: Bundle{osgi.cmpn:4.2.0.200907101024}
17:42:19,668 INFO  [OSGiBundleManager] Resolve: org.apache.felix.http.jetty:1.0.1
17:42:19,670 INFO  [OSGiPackageCapabilityCache] Add [org.osgi.service.http=[org.apache.felix.http.jetty:1.0.1 ... osgi.cmpn:4.2.0.200907101024]]
17:42:19,676 INFO  [OSGiPackageCapabilityCache] Blacklist module associations
  [org.osgi.service.http=org.apache.felix.http.jetty:1.0.1]
17:42:19,677 INFO  [OSGiPackageCapabilityCache] Unresolved requirements: 
  OSGiPackageRequirement{org.osgi.service.cm [1.2.0,?) {version="1.2"}}
  OSGiPackageRequirement{org.osgi.service.log [1.3.0,?) {version="1.3"}}
  OSGiPackageRequirement{org.osgi.util.tracker [1.3.0,?) {version="1.3"}}
17:42:19,677 INFO  [OSGiBundleManager] Resolve: osgi.cmpn:4.2.0.200907101024
17:42:19,867 INFO  [OSGiPackageCapabilityCache] Unresolved requirements: 
  OSGiPackageRequirement{javax.servlet.http [0.0.0,?) OPTIONAL {resolution=optional}}
  OSGiPackageRequirement{javax.servlet [0.0.0,?) OPTIONAL {resolution=optional}}

> 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