Re: EIK-classpath problem

2013-06-24 Thread Filippo Balicchia
Hi hesamwls , If you use PDE nature you can find your conf file under META-INF folder. Did you try with m2e ? Regards --Filippo 2013/6/22 hesamwls hesam...@yahoo.com I have a fundumental question about EIK. how eik recognize project resources to put in a bundle. where is the root of

How is config admin data stored?

2013-06-24 Thread Lothar Werzinger
Hi, I created a Karaf feature that contains a configuration block and when I install it into Karaf it is properly recognized and registered with the given PID. I can however not find where Karaf stores that configuration information. I assumed that a new file with the corresponding PID will be

Re: How is config admin data stored?

2013-06-24 Thread Jean-Baptiste Onofré
Hi Lothar it's in memory by default. config/ tag in feature only populate ConfigAdmin (memory only by default), and doesn't flush in the etc folder. To populate the etc folder, use configfile/: it populates the etc folder and load ConfigAdmin using this config file. Regards JB On

Re: How is config admin data stored?

2013-06-24 Thread Jean-Baptiste Onofré
Thanks Achim, you are right, I forgot to mention the cache folder ;) Another thing: etc folder is used by FileInstall for load of the configuration, but also by config:update command and config MBeans to flush a configuration in the etc folder (for instance config:edit config:update creates

Re: How is config admin data stored?

2013-06-24 Thread Achim Nierbeck
Hi JB, I think we have a issue for that, and it should be an optional feature :) https://issues.apache.org/jira/browse/KARAF-545 regards, Achim 2013/6/24 Jean-Baptiste Onofré j...@nanthrax.net Thanks Achim, you are right, I forgot to mention the cache folder ;) Another thing: etc folder is

Re: How is config admin data stored?

2013-06-24 Thread Achim Nierbeck
Through the web-interface should already be, if I remember correctly. There used to be a special flag or property available in the webconsole for this. regards, Achim 2013/6/24 Lothar Werzinger lot...@tradescape.biz I think it should at least create the file when the data is modified via

Re: EIK-classpath problem

2013-06-24 Thread hesamwls
Hi Filippo thanks for your response. i am using PDE nature but I don't see any file except manifest.MF in META-INF folder. if you mean that file, i tried to change Build options in Build tab of manifest editor, but still see no change in behavior of EIK. are you sure that EIK use