Re: ConfigAdmin services

2013-05-26 Thread rkmoquin
Thanks JB, it didn't actually look like there was a link and so it made me wonder. Thanks for clearing up :) -- View this message in context: http://karaf.922171.n3.nabble.com/ConfigAdmin-services-tp4028830p4028834.html Sent from the Karaf - User mailing list archive at Nabble.com.

ConfigAdmin services

2013-05-25 Thread Ryan Moquin
I noticed Karaf has a config admin service, but so does felix. What's the difference? Is there are reason to use one over the other? Might be a dumb question, but it seems a little confusing. :)

Re: ConfigAdmin services

2013-05-25 Thread Andreas Pieber
Karaf uses the Felix configuration admn service :-) On 25 May 2013 23:00, Ryan Moquin fragility...@gmail.com wrote: I noticed Karaf has a config admin service, but so does felix. What's the difference? Is there are reason to use one over the other? Might be a dumb question, but it seems a

Re: ConfigAdmin services

2013-05-25 Thread Jean-Baptiste Onofré
Karaf uses directly Felix ConfigAdmin. No difference at all. The Karaf etc folder is scanned by Felix FileInstall (like the deploy folder) and delegated to Felix ConfigAdmin. We provide commands, MBeans, facilities on top of ConfigAdmin. Regards JB On 05/25/2013 10:59 PM, Ryan Moquin wrote: