Return-Path: X-Original-To: apmail-camel-issues-archive@minotaur.apache.org Delivered-To: apmail-camel-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A32FF10507 for ; Wed, 5 Mar 2014 03:03:46 +0000 (UTC) Received: (qmail 43130 invoked by uid 500); 5 Mar 2014 03:03:45 -0000 Delivered-To: apmail-camel-issues-archive@camel.apache.org Received: (qmail 43063 invoked by uid 500); 5 Mar 2014 03:03:43 -0000 Mailing-List: contact issues-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 issues@camel.apache.org Received: (qmail 43039 invoked by uid 99); 5 Mar 2014 03:03:43 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Mar 2014 03:03:43 +0000 Date: Wed, 5 Mar 2014 03:03:43 +0000 (UTC) From: "Willem Jiang (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CAMEL-7269) joinTransaction called for RESOURCE_LOCAL datasource MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CAMEL-7269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13920422#comment-13920422 ] Willem Jiang commented on CAMEL-7269: ------------------------------------- It's the change of CAMEL-5932. Please feel free to provide patch for it. > joinTransaction called for RESOURCE_LOCAL datasource > ---------------------------------------------------- > > Key: CAMEL-7269 > URL: https://issues.apache.org/jira/browse/CAMEL-7269 > Project: Camel > Issue Type: Bug > Components: camel-jpa > Affects Versions: 2.12.0, 2.12.1, 2.12.2, 2.12.3 > Environment: tomcat+eclipselink+camel 2.12.2 > Reporter: Hristo Sabev > > At line 82, JpaConsumer calls entityManager.joinTransaction(). This call cannot really work in environmnent without JTA. This is a change since 2.11.x and earlier versions where non JTA environments were supported -- This message was sent by Atlassian JIRA (v6.2#6252)