[ 
https://issues.apache.org/jira/browse/FELIX-1484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12743550#action_12743550
 ] 

Felix Meschberger commented on FELIX-1484:
------------------------------------------

I could reproduce the problem with these steps:

  * install test bundle
  * configure test bundle
  * stop configuration admin service
  * uninstall test bundle
  * start configuration admin service

==> configuration is still bound to the uninstalled bundle

> Dynamically bound configuration must be reset to null after target bundle is 
> uninstalled.
> -----------------------------------------------------------------------------------------
>
>                 Key: FELIX-1484
>                 URL: https://issues.apache.org/jira/browse/FELIX-1484
>             Project: Felix
>          Issue Type: Bug
>          Components: Configuration Admin
>    Affects Versions: configadmin-1.0.10
>            Reporter: Ikuo YAMASAKI
>
> 1. create a configuration with pid1 and null location.
> 2. bundleA, who has locationA, registers ManagedService with pid1.
> 3. Then the configuration MUST be "dynamically bound" to bundleA, where the
> location of the configuration is set to locationA.
> Here, If bundleA is uninstalled, the configuration MUST be unbound again; the
> location of the configuration MUST be set to null again.
> See 104.4.1 Location Binding in R4.2 cmpn
> ----
> A null location parameter may be used to create Configuration objects that
> are not bound. In this case, the objects become bound to a specific location
> the first time that they are used by a bundle. When this dynamically bound
> bundle is subsequently uninstalled, the Configuration object's bundle
> location
> must be set to null again so it can be bound again later.
> ----
> However, the location still keeps bundleA in Felix Cm impl.
> That seems a bug.

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

Reply via email to