You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@karaf.apache.org by Kevin Cox <ke...@wscon.com> on 2013/12/05 09:38:53 UTC

Custom PersistenceManager for Config Admin

Hi,
Much like this post, I am interested in creating a custom PersistenceManager
for Config Admin.
http://karaf.922171.n3.nabble.com/Custom-PersistenceManager-tp4028050.html

Is there a way to replace the PersistenceManager from Felix with my own, or
do I need to create a custom Config Admin implementation (based on Felix's)? 
I would want to remove/stop the default Felix PersistenceManager and replace
its functionality altogether.

I can see the packaging from Felix in these files and I've read the source,
but an approach is not clear to me.

etc/startup.properties:
org/apache/felix/org.apache.felix.configadmin/1.6.0/org.apache.felix.configadmin-1.6.0.jar=10

system/org/apache/karaf/assemblies/features/standard/2.3.3/standard-2.3.3-features.xml:
<bundle
start-level="10">mvn:org.apache.felix/org.apache.felix.configadmin/1.6.0</bundle>

Thanks,
Kevin



--
View this message in context: http://karaf.922171.n3.nabble.com/Custom-PersistenceManager-for-Config-Admin-tp4030530.html
Sent from the Karaf - Dev mailing list archive at Nabble.com.