[ 
https://issues.apache.org/jira/browse/KARAF-1492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13485682#comment-13485682
 ] 

Jean-Baptiste Onofré commented on KARAF-1492:
---------------------------------------------

getConfiguration(pid, "?") or getConfiguration(pid, null) should be enough. The 
later is the better.
                
> Cellar should use listConfiguration instead of getConfiguration
> ---------------------------------------------------------------
>
>                 Key: KARAF-1492
>                 URL: https://issues.apache.org/jira/browse/KARAF-1492
>             Project: Karaf
>          Issue Type: Bug
>          Components: cellar-config
>    Affects Versions: cellar-2.2.3, cellar-2.2.4
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: cellar-3.0.0, cellar-2.2.5, cellar-2.3.0
>
>
> The Cellar config currently use getConfiguration(pid) to get the 
> configuration. This method call link the configuration to the Cellar config 
> bundle, which is bad.
> Cellar should use listConfiguration(query) instead of getConfiguration(pid).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to