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 2009/05/05 22:11:36 UTC

[jira] Created: (FELIX-1122) Extension bundles are not being removed from the bundle list when uninstalled

Extension bundles are not being removed from the bundle list when uninstalled
-----------------------------------------------------------------------------

                 Key: FELIX-1122
                 URL: https://issues.apache.org/jira/browse/FELIX-1122
             Project: Felix
          Issue Type: Bug
          Components: Framework, Specification compliance
    Affects Versions: felix-1.6.1
            Reporter: Richard S. Hall
             Fix For: felix-1.8.0


We need to remove the extension bundle from the installed bundle data structures in Felix.uninstallBundle(). I think the code in there can be merged a little better to bring handling of extension bundles and normal bundles into closer alignment.

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


[jira] Closed: (FELIX-1122) Extension bundles are not being removed from the bundle list when uninstalled

Posted by "Richard S. Hall (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-1122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard S. Hall closed FELIX-1122.
----------------------------------

    Resolution: Fixed
      Assignee: Richard S. Hall

Extensions bundles are now handle in a similar fashion to other bundles, except they are not stopped during uninstall, they are stopped during framework shutdown instead.

> Extension bundles are not being removed from the bundle list when uninstalled
> -----------------------------------------------------------------------------
>
>                 Key: FELIX-1122
>                 URL: https://issues.apache.org/jira/browse/FELIX-1122
>             Project: Felix
>          Issue Type: Bug
>          Components: Framework, Specification compliance
>    Affects Versions: felix-1.6.1
>            Reporter: Richard S. Hall
>            Assignee: Richard S. Hall
>             Fix For: felix-2.0.0
>
>
> We need to remove the extension bundle from the installed bundle data structures in Felix.uninstallBundle(). I think the code in there can be merged a little better to bring handling of extension bundles and normal bundles into closer alignment.

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


[jira] Updated: (FELIX-1122) Extension bundles are not being removed from the bundle list when uninstalled

Posted by "Richard S. Hall (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-1122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Fix Version/s:     (was: felix-1.8.0)
                   felix-2.0.0

> Extension bundles are not being removed from the bundle list when uninstalled
> -----------------------------------------------------------------------------
>
>                 Key: FELIX-1122
>                 URL: https://issues.apache.org/jira/browse/FELIX-1122
>             Project: Felix
>          Issue Type: Bug
>          Components: Framework, Specification compliance
>    Affects Versions: felix-1.6.1
>            Reporter: Richard S. Hall
>             Fix For: felix-2.0.0
>
>
> We need to remove the extension bundle from the installed bundle data structures in Felix.uninstallBundle(). I think the code in there can be merged a little better to bring handling of extension bundles and normal bundles into closer alignment.

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