ErrorHandler - Catch Throwable to handle all kind of exceptions
---------------------------------------------------------------

                 Key: CAMEL-2448
                 URL: https://issues.apache.org/activemq/browse/CAMEL-2448
             Project: Apache Camel
          Issue Type: Improvement
          Components: camel-core
    Affects Versions: 2.1.0, 2.0.0
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
             Fix For: 2.2.0


Let the Camel ErrorHandler catch *all* exceptions so they will be dealt with 
such as logged and whatnot. We have a case with CAMEL-2445 where the JDK itself 
did not even log an Error which was thrown out of bounds on a Thread. Then that 
issue was hard to identify as it was no trace of it in the logs. Bad bad JDK :)

So we let the Camel error handler catch all kinds and let it deal with it, it 
will by default log it at ERROR level so you got a trace of it it the logs now.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to