Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 64406 invoked from network); 7 Apr 2009 08:07:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Apr 2009 08:07:57 -0000 Received: (qmail 59051 invoked by uid 500); 7 Apr 2009 08:07:56 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 58950 invoked by uid 500); 7 Apr 2009 08:07:56 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 58928 invoked by uid 500); 7 Apr 2009 08:07:56 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 58917 invoked by uid 99); 7 Apr 2009 08:07:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Apr 2009 08:07:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Apr 2009 08:07:55 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A4664234C04B for ; Tue, 7 Apr 2009 01:07:35 -0700 (PDT) Message-ID: <952252174.1239091655672.JavaMail.jira@brutus> Date: Tue, 7 Apr 2009 01:07:35 -0700 (PDT) From: "Claus Ibsen (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Updated: (CAMEL-1475) Easier transacted configuration of routes In-Reply-To: <1956812828.1237722403609.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/CAMEL-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-1475: ------------------------------- Summary: Easier transacted configuration of routes (was: transactionErrorHandler should be able to wrap routes with default policy if no policy defined) > Easier transacted configuration of routes > ----------------------------------------- > > Key: CAMEL-1475 > URL: https://issues.apache.org/activemq/browse/CAMEL-1475 > Project: Apache Camel > Issue Type: Bug > Components: camel-core, camel-spring > Affects Versions: 1.6.0 > Reporter: Claus Ibsen > Assignee: Claus Ibsen > Fix For: 2.0.0 > > > See TransactionalClientWithRollbackTest in camel-spring > The {{.policy(required)}} is needed in the routes even though we have a global transaction error handler with a default policy set: > {code} > errorHandler(transactionErrorHandler(required)); > {code} > So Camel should fallback and use the global policy if the route itself does not have a policy defined. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.