Hi, This sounds a bit like the issue I opened a couple of weeks ago: https://issues.apache.org/jira/browse/KARAF-6776
If you think it's related, please add whatever info you have that might help... Amichai On 7/9/20 10:55 PM, João Assunção wrote: > Hello all, > > I use the config element in feature.xml to create configurations for > my DS components. Some of these components are factories. > When I install the feature, the configurations are created, the > components are activated but then they are deactivated automatically. > In the logs, I noticed that configurations are created bounded to > null, but then ConfigAdmin will change the binding to > felix.fileinstall. When this happens, the associated component is > deactivated. This seems to happen only for factories and only if I use > the feature:install command. If I change the feature to boot, this > issue doesn't happen. > > My factory configurations are specified like this: > <config name="PID-alias"> > ... > </config> > > I'm running a custom distro based on Karaf 4.2.9 > > Did anyone experience something similar? > Thank you, > > Best regards, > João > > Email: [email protected] <mailto:[email protected]> > Mobile: +351 916968984 > Phone: +351 211933149 > Web: www.exploitsys.com <http://www.exploitsys.com> > >
