Hi Jean,

As you highlighted "having all in one config is possible, but it gives less
flexibility in 
term of update/reload" 

Any idea to implement placeholders like below in feature.xml by this we have
one config file with flexibility and these placeholder get update before
deployment?

<feature name="f1"> 
  <config name="Core-Config"> 
         initialDelay = ${mycomponenet.initialDelay} 
         checkInterval = ${mycomponenet.checkInterval} 
  </config> 
  <bundle/> 
</feature> 
<feature name="f2"> 
  <feature>config</feature> 
  <bundle/> 
</feature> 




--
Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html

Reply via email to