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.

Reply via email to