Cellar Group related changes are not persisted in config files
--------------------------------------------------------------
Key: KARAF-1306
URL: https://issues.apache.org/jira/browse/KARAF-1306
Project: Karaf
Issue Type: Bug
Components: cellar-config
Affects Versions: cellar-2.2.4
Environment: Karaf-2.2.6-SNAPSHOT from 20120403, Cellar-2.2.4-SNAPSHOT
from 20120312
Reporter: Zsolt Beothy-Elo
- Start Karaf and install cellar
- Create a group (cluster:group-create)
- Group list (shows default and the new group)
- Take a look into etc/group.cfg (contains only default)
- Join this group (cluster:group-join)
- Take a look into etc/instance.cfg (contains only default)
- Stop Karaf
- Take a look into instance.cfg and group.cfg (contains only default)
- Restart Karaf
- Group list shows only the default group
As it seems, group related changes are not saved into the configuration files
anymore. Adding a group will be reflected in the "in memory" configuration
(ConfigAdmin) but not in the persistent configuration files
(org.apache.karaf.cellar.groups.cfg and org.apache.karaf.cellar.instance.cfg).
Cellar 2.2.4-SNAPSHOT version running on Karaf 2.2.5 works fine though. So
might also be a Karaf issue.
--
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