Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
Adding the following to etc/config.properties
org.apache.aries.blueprint.synchronous=true
The effect will be that as much blueprint processing as possible will be done by the blueprint extender synchronously with the bundle starting. In effect, it reduces the amount of waiting between bundles having dependencies if the order is correct. The processing can be fully synchronous if all dependencies are satisfied, meaning that there's no delay between the bundle become STARTED and the blueprint container being created.
Attachments
Issue Links
- is related to
-
ARIES-536 Have a way to specify a blueprint bundle should be started in sync with the start level service as much as possible
- Resolved