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 2008/10/10 23:37:44 UTC

[jira] Closed: (FELIX-761) The calculation for isRemovalPending() is too fine-grained

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

Richard S. Hall closed FELIX-761.
---------------------------------

    Resolution: Fixed

I committed a fix for this. The removal pending flag is now associated with the bundle, rather than the module.

> The calculation for isRemovalPending() is too fine-grained
> ----------------------------------------------------------
>
>                 Key: FELIX-761
>                 URL: https://issues.apache.org/jira/browse/FELIX-761
>             Project: Felix
>          Issue Type: Bug
>          Components: Framework, Specification compliance
>    Affects Versions: felix-1.2.1

>            Reporter: Richard S. Hall
>            Assignee: Richard S. Hall
>             Fix For: felix-1.2.2
>
>
> ExportedPackage.isRemovalPending() should return true if the bundle has been updated or uninstalled and not yet refreshed. Currently, the framework returns true if the exported package is from a module other than the bundle's current module. I believe the removal pending flag should be associated with the bundle, not the individual modules.

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