Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
fileinstall-3.6.6
-
None
Description
I am using Karaf 4.2.9 with fileinstall 3.6.6
Randomly, some Declaratives Services are not instanciated, because no configuration are found, despite the presence of a cfg file in the etc folder.
This is probably related to FELIX-6103
In this patch, fileinstall are now calling getConfigurationAdmin().getConfiguration(oldConfiguration.getPid()) which bind the configuration to the fileinstall bundle, making it not visible for my services.