Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4474310BD6 for ; Mon, 4 Nov 2013 13:58:08 +0000 (UTC) Received: (qmail 79243 invoked by uid 500); 4 Nov 2013 13:54:24 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 77048 invoked by uid 500); 4 Nov 2013 13:54:16 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 76341 invoked by uid 99); 4 Nov 2013 13:54:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Nov 2013 13:54:14 +0000 X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of claus.ibsen@gmail.com designates 209.85.223.169 as permitted sender) Received: from [209.85.223.169] (HELO mail-ie0-f169.google.com) (209.85.223.169) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Nov 2013 13:54:10 +0000 Received: by mail-ie0-f169.google.com with SMTP id ar20so12269148iec.14 for ; Mon, 04 Nov 2013 05:53:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=yoM9eru0d1wRxBzbdqNm4H6uxbpRvsmTsTv9w+MlFLo=; b=Hw6tWJKlbpuTvKr+StS39Qat77abNLsxeEcSG3bTWkn1IlHkCLVo6v8OW9Qt/g/9e/ CY3YYb+bSWBPwsOqWHxgmyoGv9h6X1hw6Z2NZQGlJ0X4D5oc7gT9+aMmDFKaLQj4FMZL x9xCVnxyHItqqaeMCL14AaCNcnNvx/iZE+eIxgWbOq5CiFEXFAPFXgkySUnjSQz1OSeO QF775G2tcl8MLMvyDGJjuWEyoWPrEkVVsXPvG46YmP9EaJRXHCvrnt6rTXpO19D968Yh LNUIO+2WYvXLaZtu7Btq3luIcjVn75jKVYkJgPjo2S+oV9rl3SjjKqYPNoN8cJKC9DeD jfEg== X-Received: by 10.50.77.72 with SMTP id q8mr12077593igw.14.1383573228766; Mon, 04 Nov 2013 05:53:48 -0800 (PST) MIME-Version: 1.0 Received: by 10.64.168.38 with HTTP; Mon, 4 Nov 2013 05:53:28 -0800 (PST) In-Reply-To: <1383336089292-5742528.post@n5.nabble.com> References: <1383073569225-5742362.post@n5.nabble.com> <1383334657043.66d5cfd2@Nodemailer> <1383336089292-5742528.post@n5.nabble.com> From: Claus Ibsen Date: Mon, 4 Nov 2013 14:53:28 +0100 Message-ID: Subject: Re: Camel transacted route To: "users@camel.apache.org" Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi I suggest to make a simpler use-case to see if you can get that working, eg something that just do a couple of JDBC inserts to see if you can have it commit and rollback as expected with TX in a Camel route. eg is often to setup all that JDBC / DataSource / Spring TX stuff that can be a bit tricky to get all pieces right. And use as simple as possible Camel route, eg just from X to Y to Z etc. On Fri, Nov 1, 2013 at 9:01 PM, WPk wrote: > Hi, > Thanks for responding. The transactions are not committed even when there > are no exceptions.. transacted() does not seem to do any job.. > > > > > > -- > View this message in context: http://camel.465427.n5.nabble.com/Camel-transacted-route-tp5742362p5742528.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- Red Hat, Inc. Email: cibsen@redhat.com Twitter: davsclaus Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen