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 873D6E0BD for ; Fri, 22 Feb 2013 10:48:59 +0000 (UTC) Received: (qmail 65872 invoked by uid 500); 22 Feb 2013 10:48:59 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 65834 invoked by uid 500); 22 Feb 2013 10:48:58 -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 Delivered-To: moderator for users@camel.apache.org Received: (qmail 41503 invoked by uid 99); 22 Feb 2013 10:00:07 -0000 X-ASF-Spam-Status: No, hits=2.3 required=5.0 tests=SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of neeraj.mahajan@specsavers.com does not designate 216.139.236.26 as permitted sender) Date: Fri, 22 Feb 2013 01:59:41 -0800 (PST) From: Neeraj Mahajan To: users@camel.apache.org Message-ID: <1361527181864-5728012.post@n5.nabble.com> Subject: Issue with using multiple transaction managers of different types on two different routes in same camel-context.xml MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I have one camel route which is listening on an Activmq consumer endpoint and calls another direct route which do some persistence work. In the first route i have injected transaction policy which is using JMS transaction manager and in the second route I have intected other transaction policy which is using Hibernate transaction manager. The issue I am facing is my transaction policy for Hibernate transaction manager is not working when I am using transaction policy for JMS transaction manager in the first route. If i remove the JMS transaction policy in the first route, my Hibernate transaction policy works in the second route. This problem I am facing in camel 2.6 , but in camel 1.6 everything is working perfectly. Please suggest. -- View this message in context: http://camel.465427.n5.nabble.com/Issue-with-using-multiple-transaction-managers-of-different-types-on-two-different-routes-in-same-cal-tp5728012.html Sent from the Camel - Users mailing list archive at Nabble.com.