You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Richard S. Hall (JIRA)" <ji...@apache.org> on 2010/12/03 18:25:13 UTC

[jira] Updated: (FELIX-2717) [Framework] Resolver treats multiple exports of same package as conflicting for fragment imports

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

Richard S. Hall updated FELIX-2717:
-----------------------------------

    Comment: was deleted

(was: Committed a fix.)

> [Framework] Resolver treats multiple exports of same package as conflicting for fragment imports
> ------------------------------------------------------------------------------------------------
>
>                 Key: FELIX-2717
>                 URL: https://issues.apache.org/jira/browse/FELIX-2717
>             Project: Felix
>          Issue Type: Bug
>    Affects Versions: framework-3.0.6
>            Reporter: Richard S. Hall
>            Assignee: Richard S. Hall
>             Fix For: framework-3.2.0
>
>
> If multiple fragments attached to a given host import the same package and are resolved to different exports of some module exporting the package more than once, then the resolver treats this as a conflict and doesn't allow both fragments to attach. This is technically not a conflict, since the module is masquerading a single set of byte code as two capabilities, which means that the capabilities are compatible with each other. The resolver should check the source module identity and not the capability identity.

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