[
https://issues.apache.org/jira/browse/KARAF-1337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jean-Baptiste Onofré resolved KARAF-1337.
-----------------------------------------
Resolution: Fixed
cluster:config-list output looks like config:list
> 'cluster:config-list' command list configuration PIDs two times whose name
> include "-"
> ----------------------------------------------------------------------------------------
>
> Key: KARAF-1337
> URL: https://issues.apache.org/jira/browse/KARAF-1337
> Project: Karaf
> Issue Type: Bug
> Components: cellar-config
> Affects Versions: cellar-2.2.4
> Reporter: Xiaoli Ding
> Assignee: Jean-Baptiste Onofré
> Priority: Minor
> Fix For: cellar-3.0.0, cellar-2.2.4
>
>
> Under ect file,there are two PIDS:org.apache.cxf.http.conduits-common.cfg and
> org.apache.felix.fileinstall-deploy.cfg,when using 'cluster:config-list
> default' command,it will display two times for these two PIDS,also the name
> is not right.
> ACTUAL:
> {noformat}
> karaf@trun>cluster:config-list default
> ...
> org.apache.felix.fileinstall.86a9d406-e7a4-4f3b-b57d-2237490706cb
> org.apache.cxf.http.conduits.77bdf75c-05c2-4b51-9b61-fc73a7f94ffc
> org.apache.felix.fileinstall.75fdea55-9d3e-4895-a107-726b4682775f
> org.apache.cxf.http.conduits.6728f3a4-1718-4bc2-aca9-3888cff48fde
> ...
> {noformat}
> EXPECTED:
> {noformat}
> karaf@trun>cluster:config-list default
> ...
> org.apache.cxf.http.conduits-common
> org.apache.felix.fileinstall-deploy
> ...
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira