You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Felix Meschberger (JIRA)" <ji...@apache.org> on 2010/03/01 12:26:05 UTC

[jira] Created: (FELIX-2147) ConfigurationPrinter services not unregistered on destroy

ConfigurationPrinter services not unregistered on destroy
---------------------------------------------------------

                 Key: FELIX-2147
                 URL: https://issues.apache.org/jira/browse/FELIX-2147
             Project: Felix
          Issue Type: Bug
          Components: Web Console
    Affects Versions: webconsole-3.0.0
            Reporter: Felix Meschberger
            Assignee: Felix Meschberger
             Fix For: webconsole-3.0.0


The OsgiManager.init method initializes the plugins provided by the Web Console Bundle itself. Amongst real plugins, this also concerns a number of ConfigurationPrinter services.

Currently these services are only registered in the init method but never unregistered in the destroy method. If the OSGi HTTP Service is no being cycled, provided ConfigurationPrinter services will be registered multiple times.

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


[jira] Resolved: (FELIX-2147) ConfigurationPrinter services not unregistered on destroy

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

Felix Meschberger resolved FELIX-2147.
--------------------------------------

    Resolution: Fixed

Ensuring all OsgiManagerPlugin implementations are deactivated when the OsgiManager servlet is destroyed in Rev. 922607

> ConfigurationPrinter services not unregistered on destroy
> ---------------------------------------------------------
>
>                 Key: FELIX-2147
>                 URL: https://issues.apache.org/jira/browse/FELIX-2147
>             Project: Felix
>          Issue Type: Bug
>          Components: Web Console
>    Affects Versions: webconsole-3.0.0
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: webconsole-3.0.0
>
>
> The OsgiManager.init method initializes the plugins provided by the Web Console Bundle itself. Amongst real plugins, this also concerns a number of ConfigurationPrinter services.
> Currently these services are only registered in the init method but never unregistered in the destroy method. If the OSGi HTTP Service is no being cycled, provided ConfigurationPrinter services will be registered multiple times.

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


[jira] Closed: (FELIX-2147) ConfigurationPrinter services not unregistered on destroy

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

Carsten Ziegeler closed FELIX-2147.
-----------------------------------


> ConfigurationPrinter services not unregistered on destroy
> ---------------------------------------------------------
>
>                 Key: FELIX-2147
>                 URL: https://issues.apache.org/jira/browse/FELIX-2147
>             Project: Felix
>          Issue Type: Bug
>          Components: Web Console
>    Affects Versions: webconsole-3.0.0
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: webconsole-3.0.0
>
>
> The OsgiManager.init method initializes the plugins provided by the Web Console Bundle itself. Amongst real plugins, this also concerns a number of ConfigurationPrinter services.
> Currently these services are only registered in the init method but never unregistered in the destroy method. If the OSGi HTTP Service is no being cycled, provided ConfigurationPrinter services will be registered multiple times.

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