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 2007/09/06 10:18:31 UTC

[jira] Assigned: (FELIX-355) ConfigurationAdmin service is unregistered after it has been cleaned up

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

Felix Meschberger reassigned FELIX-355:
---------------------------------------

    Assignee: Felix Meschberger

> ConfigurationAdmin service is unregistered after it has been cleaned up
> -----------------------------------------------------------------------
>
>                 Key: FELIX-355
>                 URL: https://issues.apache.org/jira/browse/FELIX-355
>             Project: Felix
>          Issue Type: Bug
>          Components: Configuration Admin
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: 1.0.0
>
>
> The ConfigurationManager as the BundleActivator of the Configuration Admin implementation shuts down and cleans up in the stop(BundleContext) method and leaves unregistration of the service to the framework. This causes potential issues in active environments, where the ConfigurationAdmin service may still be used albeit it has already been clean up.
> The ConfigurationManager.stop method should actually unregister the service before cleaning up.

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