Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
fileinstall-3.2.4
-
None
-
ServiceMix 4.5.3
Description
DirectoryWatcher can auto-deploy JAR or XML files placed in a directory.
Blueprint XML files (containing for instance ActiveMQ factories or JAAS realms) are detected as "installed" on every start-up. Prior to FELIX-2066, this had no effect. Since FELIX-2066, bundles detected as "installed" are now forcibly "refreshed" on every start-up. The impact is that these bundles are stopped and restarted during the container start-up. Because there are some race conditions (see FELIX-3067), this can prevent those XML files or other bundles depending on them from fully starting. Here is a patch which avoids restarting those bundles when they were not modified.
Attachments
Attachments
Issue Links
- breaks
-
SMX4-956 Monitor etc/activemq-broker.xml for changes
- Resolved
- relates to
-
KARAF-2420 blueprint deployer: redeploy untouched blueprint xml in deploy folder after restart
- Closed