Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
2.9.0, 2.10.0
-
None
-
Moderate
Description
The init() method in BlueprintCamelContext should not call maybeStart(). but instead should be started when the blueprint container is done doing all its dance and initialization.
For example Spring sends on ContextRefreshedEvent when its done.
We need something similar for blueprint to tell us when its done doing its initialization et all.
The problem is that the CamelContext should not be started until all that other stuff is initialized as well.
Attachments
Issue Links
- relates to
-
CAMEL-5738 HttpConnectionManager configuration is not injected correctly when using blueprint
-
- Resolved
-