You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2017/05/11 11:22:04 UTC

[jira] [Assigned] (CAMEL-11229) Infinite recursion if exception happens inside exception handler

     [ https://issues.apache.org/jira/browse/CAMEL-11229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen reassigned CAMEL-11229:
-----------------------------------

    Assignee: Claus Ibsen  (was: Christian Schneider)

> Infinite recursion if exception happens inside exception handler
> ----------------------------------------------------------------
>
>                 Key: CAMEL-11229
>                 URL: https://issues.apache.org/jira/browse/CAMEL-11229
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 2.18.3
>            Reporter: Christian Schneider
>            Assignee: Claus Ibsen
>             Fix For: 2.18.4, 2.19.1, 2.20.0
>
>
> Use an onException handler like this:
> onException(Throwable.class).to("direct:handle_er");
> from("direct:handle_er")..throwException(new RuntimeException());
> If the main route throws an exception then this will create an infinite recursion of exceptions.
> I would expect that camel handles the exception inside an onException handler differently. So the onException is not called again.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)