You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Willem Jiang (JIRA)" <ji...@apache.org> on 2012/12/07 09:03:20 UTC

[jira] [Created] (CAMEL-5854) adviceWith() just need to start the route when the camel context is started

Willem Jiang created CAMEL-5854:
-----------------------------------

             Summary: adviceWith() just need to start the route when the camel context is started
                 Key: CAMEL-5854
                 URL: https://issues.apache.org/jira/browse/CAMEL-5854
             Project: Camel
          Issue Type: Bug
          Components: camel-core
    Affects Versions: 2.10.3, 2.9.5
            Reporter: Willem Jiang


An user complains the adviceWith doesn't work well with the camel-http4 component[1].
After digging the code a while, I found the NPE is thrown because the camel-http4 endpoint is created before camel-http4 component is started. It is caused by the adviceWith() try to start the route after it finished the work. 

We need to make sure the adviceWith doesn't start the route when the camel context is not started yet to avoid the NPE.

[1]http://camel.465427.n5.nabble.com/Test-Intercept-with-adviceWith-and-http-td5723473.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira