Hello, can anyone explain how cellar configuration synchronization works? I installed SMX karaf + cellar on my server. Now I connect to the 1st instance and type such commands:
1) config:edit org.ops4j.pax.url.mvn 2) config:propset test 111 3) config:update After that I check file org.ops4j.pax.url.mvn.cfg in the 1st instance's etc directory and see that new record "test = 111" appeared. Then I connect to the 2nd instance's console (same cellar group) and enter such commands: 1) config:edit org.ops4j.pax.url.mvn 2) config:proplist I see "test = 111" in the list but when I check physical file etc/ org.ops4j.pax.url.mvn.cfg of my 2nd instance I can not see test property. Then I perform one more test entering such commands in 2nd instance's console: 1) config:edit org.ops4j.pax.url.mvn 2) config:propdel test 3) config:update Now I can not see test property using console of any karaf instance but in physical file etc/org.ops4j.pax.url.mvn.cfg of 1st karaf instance property still exists. So can someone explain how synchronization of configuration works and why physical property files are not updated? -- View this message in context: http://karaf.922171.n3.nabble.com/Cellar-config-synchronization-tp3877461p3877461.html Sent from the Karaf - User mailing list archive at Nabble.com.
