[
https://issues.apache.org/jira/browse/CAMEL-6928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13818411#comment-13818411
]
Claus Ibsen commented on CAMEL-6928:
------------------------------------
Adding routes using that approach is isolated routes and cannot reuse existing
onException / interceptors / etc.
Camel 3.0 will be reworked to allow this.
> onException is not considered for programatically added routes
> ---------------------------------------------------------------
>
> Key: CAMEL-6928
> URL: https://issues.apache.org/jira/browse/CAMEL-6928
> Project: Camel
> Issue Type: Bug
> Components: camel-core
> Affects Versions: 2.10.0, 2.12.1
> Reporter: Veniamin Goldin
> Fix For: 3.0.0
>
> Attachments: test-exception-handling.zip
>
>
> The onException is not working for the route added to the CamelContext as
> RouteDefinition, programatically as described in
> http://camel.apache.org/loading-routes-from-xml-files.html
> The exception is being propagated to the error handler. The same applies for
> doTry on the route level and onException on the CamelContext level.
> *Update:* doTry does not work if there is an "onException" defined in the
> route.
> See test project attached.
--
This message was sent by Atlassian JIRA
(v6.1#6144)