You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2015/04/15 04:41:58 UTC

[jira] [Created] (FELIX-4852) Unbinding configuration does not have desired effect

Carsten Ziegeler created FELIX-4852:
---------------------------------------

             Summary: Unbinding configuration does not have desired effect
                 Key: FELIX-4852
                 URL: https://issues.apache.org/jira/browse/FELIX-4852
             Project: Felix
          Issue Type: Improvement
          Components: Web Console
    Affects Versions: webconsole-4.2.8
            Reporter: Carsten Ziegeler
             Fix For: webconsole-4.2.10


The configuration plugin for the web console supports unbinding a configuration - which calls setBundleLocation(null) on the configuration object.
However, this usually has no effect as the configuration is picked up by the same managed service once the configuration gets available/free. This results in rebinding the config and then it's not unbound anymore.
A workaround right now is to specify an invalid location string in the text field..

However, maybe we can set a special value instead of null for the location and also when displaying it, displaying it as unbound - an invalid bundle name should do



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)