Jean-Baptiste Onofré created KARAF-5298:
-------------------------------------------
Summary: config:update doesn't create the cfg file in the etc
folder
Key: KARAF-5298
URL: https://issues.apache.org/jira/browse/KARAF-5298
Project: Karaf
Issue Type: Bug
Components: karaf-config
Affects Versions: 4.2.0
Reporter: Jean-Baptiste Onofré
Assignee: Jean-Baptiste Onofré
Fix For: 4.2.0
In previous Karaf versions, {{config:update}} command creates the {{cfg}} file
in the {{etc}} folder (if needed). For instance, it's possible to do:
{code}
karaf@root()> config:edit net.test
karaf@root()> config:property-set foo bar
karaf@root()> config:update
{code}
and then, {{etc/net.test.cfg}} is created.
However, in Karaf 4.2.x, the configuration is created in memory, but the
{{cfg}} file is not created.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)