GitHub user mranest opened a pull request: https://github.com/apache/camel/pull/666
CAMEL-8460: Revert simplistic workaround Workaround failed to initialize routes in case of multiple contexts with parent/child relationship. Reverted check for `null` parent application context in `onApplicationEvent()` and added assertions in unit test to verify correct initialization. You can merge this pull request into a Git repository by running: $ git pull https://github.com/mranest/camel master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/666.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #666 ---- commit 43c9cf1e8e86ef3e37c0fd017dd127a055cb25f4 Author: Anestis Georgiadis <mran...@gmail.com> Date: 2015-11-01T09:06:15Z CAMEL-8460: Revert simplistic workaround Workaround failed to initialize routes in case of multiple contexts with parent/child relationship. Reverted check for null parent application context in onApplicationEvent() and added assertions in unit test to verify correct initialization. commit c55ff829ef21d9ab733afa54e8e3574cc510c7bc Author: Anestis Georgiadis <mran...@gmail.com> Date: 2015-11-01T09:06:58Z Merge remote-tracking branch 'upstream/master' ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---