[jboss-osgi-issues] [JBoss JIRA] (JBOSGI-645) Cannot resolve Import-Package: org.acme.foo; version="0"

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Wed Apr 17 14:38:53 EDT 2013


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

Thomas Diesler resolved JBOSGI-645.
-----------------------------------

    Resolution: Done


Fixed in jbosgi-framework-3.0.0.CR17
                
> Cannot resolve Import-Package: org.acme.foo;version="0"
> -------------------------------------------------------
>
>                 Key: JBOSGI-645
>                 URL: https://issues.jboss.org/browse/JBOSGI-645
>             Project: JBoss OSGi
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Core Framework
>            Reporter: Thomas Diesler
>            Assignee: Thomas Diesler
>             Fix For: JBossOSGi 2.0.0
>
>
> Cannot resolve
> {code}
>         // Bundle-SymbolicName: packageexportnoversion
>         // Export-Package: org.acme.foo
>         // Bundle-SymbolicName: packageimportversionzero
>         // Import-Package: org.acme.foo;version="0"
> {code}
> gives 
> {code}
> Unable to resolve AbstractBundleRevision[packageimportversionzero:0.0.0]: missing requirement XPackageRequirement[dirs={filter=(&(osgi.wiring.package=org.acme.foo)(version>=0.0.0))},[packageimportversionzero:0.0.0]]
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-osgi-issues mailing list