Hi,

did you updated the etc location in etc/config.properties (in the felix.fileinstall.dir property) ?

I just tried and it works fine for me. Here's my test case:

1. I created etc/my.config.cfg containing foo=bar
2. I'm starting karaf
3. I can see the config loaded:

karaf@root()> config:list "(service.pid=my.config)"




----------------------------------------------------------------
Pid:            my.config
BundleLocation: ?
Properties:
felix.fileinstall.filename = file:/home/jbonofre/Workspace/karaf/assemblies/apache-karaf/target/apache-karaf-4.3.4-SNAPSHOT/etc/my.config.cfg
   foo = bar
   service.pid = my.config

Can you share your test case ?

Regards
JB



On 16/09/2021 14:31, Matthias Leinweber wrote:
Hello,

I am having a strange issue after I updated my assembly to 4.3.3. I am using a custom file installer location which I deploy with a feature.

The strange thing is that the folder is not processed automatically at startup, but if I touch a single file in the folder all others files get processed as well.

Any ideas?

br,
Matthias

Reply via email to