You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2010/02/03 15:15:32 UTC

[jira] Created: (CAMEL-2443) BatchProcessor - Should log caught exceptions in BatchSender so they will be logged in any case

BatchProcessor - Should log caught exceptions in BatchSender so they will be logged in any case
-----------------------------------------------------------------------------------------------

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


{code}
    protected void processExchange(Exchange exchange) throws Exception {
        processor.process(exchange);
    }
{code}

This method should log at ERROR level in case of exceptions

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


[jira] Resolved: (CAMEL-2443) BatchProcessor - Should log caught exceptions in BatchSender so they will be logged in any case

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-2443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-2443.
--------------------------------

    Resolution: Fixed

trunk: 906068
1.x: 906070.

> BatchProcessor - Should log caught exceptions in BatchSender so they will be logged in any case
> -----------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-2443
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2443
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 1.6.2, 2.1.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 1.6.3, 2.2.0
>
>
> {code}
>     protected void processExchange(Exchange exchange) throws Exception {
>         processor.process(exchange);
>     }
> {code}
> This method should log at ERROR level in case of exceptions

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