Hi I'm try to use ConfigAdmin to save and load configurations. The default place of the configurations is under the cache folder and deep into the ConfigAdmin bundle.
I don't know it is designed like this. I should suppose to have some pre-defined configuration values, And when I deliver my software there is no cache folder, how can I put i into this. I try to change the configuration location to the felix/conf folder like this: felix.cm.dir=../../../conf But it complains about ".." reference. I also wondered if I can use the default "config.properties" with ConfigAdmin Regards LongkerDandy

