You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "David Savage (JIRA)" <ji...@apache.org> on 2009/07/28 20:56:14 UTC

[jira] Assigned: (FELIX-1395) Failure to resolve required bundle when available version has qualifier

     [ https://issues.apache.org/jira/browse/FELIX-1395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Savage reassigned FELIX-1395:
-----------------------------------

    Assignee: David Savage

> Failure to resolve required bundle when available version has qualifier
> -----------------------------------------------------------------------
>
>                 Key: FELIX-1395
>                 URL: https://issues.apache.org/jira/browse/FELIX-1395
>             Project: Felix
>          Issue Type: Bug
>          Components: Sigil
>            Reporter: David Savage
>            Assignee: David Savage
>         Attachments: sigil-parser-patch.txt
>
>
> SigilParser fails to resolve bundles when require bundle specifies an open range and the bundle that is available has a qualifier e.g. 
> Require-Bundle: org.foo.example;version=1.0.0 
> Bundle-SymbolicName: org.foo.example
> Bundle-Version: 1.0.0.1
> This is because SigilResolver converts the require bundle version into an explicit version requirement for the purposes of downloading the version that the parse stage discovered (line 246):
> range = "[" + revision + "," + revision + "]";

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.