[jboss-osgi-issues] [JBoss JIRA] Updated: (JBOSGI-402) Host importing package from Fragment doesn't resolve

David Bosschaert (JIRA) jira-events at lists.jboss.org
Mon Sep 27 06:25:28 EDT 2010


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

David Bosschaert updated JBOSGI-402:
------------------------------------

    Description: 
This issue arose when splitting up jbosgi-osgi-common into a number of proper bundles.
jbosgi-osgi-common contains 
Bundle slf4j.api:
  Export-Package: org.slf4j
  Import-Package: org.slf4j.impl

There is also the slf4j-log4j12 fragment:
  Fragment-Host: slf4j.api
  Import-Package: org.slf4j
  Export-Package: org.slf4j.impl

See testHostDependsOnFragmentPackage() in http://github.com/jbosgi/jbosgi-resolver/blob/master/itest/src/test/java/org/jboss/test/osgi/resolver/ResolverTestCase.java

  was:
This issue arose when splitting up jbosgi-osgi-common into a number of proper bundles.
jbosgi-osgi-common contains 
Bundle slf4j.api:
  Export-Package: org.slf4j
  Import-Package: org.slf4j.impl

There is also the slf4j-log4j12 fragment:
  Fragment-Host: slf4j.api
  Import-Package: org.slf4j
  Export-Package: org.slf4j.impl



> Host importing package from Fragment doesn't resolve
> ----------------------------------------------------
>
>                 Key: JBOSGI-402
>                 URL: https://jira.jboss.org/browse/JBOSGI-402
>             Project: JBoss OSGi
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: jboss-osgi-resolver
>    Affects Versions: JBossOSGi 1.0.0 Beta9
>            Reporter: David Bosschaert
>
> This issue arose when splitting up jbosgi-osgi-common into a number of proper bundles.
> jbosgi-osgi-common contains 
> Bundle slf4j.api:
>   Export-Package: org.slf4j
>   Import-Package: org.slf4j.impl
> There is also the slf4j-log4j12 fragment:
>   Fragment-Host: slf4j.api
>   Import-Package: org.slf4j
>   Export-Package: org.slf4j.impl
> See testHostDependsOnFragmentPackage() in http://github.com/jbosgi/jbosgi-resolver/blob/master/itest/src/test/java/org/jboss/test/osgi/resolver/ResolverTestCase.java

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

        


More information about the jboss-osgi-issues mailing list