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 D29F0F0A4 for ; Fri, 29 Mar 2013 11:53:53 +0000 (UTC) Received: (qmail 31630 invoked by uid 500); 29 Mar 2013 11:53:53 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 31445 invoked by uid 500); 29 Mar 2013 11:53:53 -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 31401 invoked by uid 99); 29 Mar 2013 11:53:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Mar 2013 11:53:52 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Mar 2013 11:53:37 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1ULXrw-0007Cc-Uu for users@camel.apache.org; Fri, 29 Mar 2013 04:53:16 -0700 Date: Fri, 29 Mar 2013 04:53:16 -0700 (PDT) From: Fladnag To: users@camel.apache.org Message-ID: <1364557996933-5730081.post@n5.nabble.com> Subject: Cannot rollback() inside an XASession with AMQ 5.6 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, I have a very simple route in blueprint with 2 transactional endpoints (so, no need of ) and I have a WARN log "Cannot rollback() inside an XASession" all the time the route is up. I have fully read http://camel.465427.n5.nabble.com/OSGI-Transaction-Propagation-to-Camel-Route-td5619520i20.html who talk about the same issue I have also read https://issues.apache.org/jira/browse/AMQ-3251, and I change my AMQ from 5.5.1 to 5.6.0 and after to 5.7.0 but without success. Environment : ServiceMix 4.4.2 Camel 2.8.5 AMQ 5.6.0 / 5.7.0 Aries 0.3 Spring 3.0.6 My blueprint file : And the WARN log : For my environment, I started with an SMX4.4.2, and update activemq to 5.7.0 manually with : What's wrong in my configuration ? AMQ-3251 is really fixed in AMQ 5.6 ? My blueprint file initialize the same beans as in https://github.com/muellerc/camel-in-transaction/blob/master/src/test/resources/META-INF/spring/JmsAndJdbcXATransactionSampleWithGeronimoTest-context.xml but in blueprint context. The difference I saw between my code and sample by Christian was some versions (https://github.com/muellerc/camel-in-transaction/blob/master/pom.xml) Environment of muellerc : Camel 2.10.1 AMQ 5.6.0 Aries 1.0.0 Spring 3.0.7 Which component I have to update if my file is correct ? -- View this message in context: http://camel.465427.n5.nabble.com/Cannot-rollback-inside-an-XASession-with-AMQ-5-6-tp5730081.html Sent from the Camel - Users mailing list archive at Nabble.com.