From dev-return-11626-apmail-ode-dev-archive=ode.apache.org@ode.apache.org Mon Aug 26 20:05:57 2013 Return-Path: X-Original-To: apmail-ode-dev-archive@www.apache.org Delivered-To: apmail-ode-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F07F410236 for ; Mon, 26 Aug 2013 20:05:57 +0000 (UTC) Received: (qmail 21316 invoked by uid 500); 26 Aug 2013 20:05:57 -0000 Delivered-To: apmail-ode-dev-archive@ode.apache.org Received: (qmail 21131 invoked by uid 500); 26 Aug 2013 20:05:57 -0000 Mailing-List: contact dev-help@ode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ode.apache.org Delivered-To: mailing list dev@ode.apache.org Received: (qmail 20953 invoked by uid 99); 26 Aug 2013 20:05:52 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Aug 2013 20:05:52 +0000 Date: Mon, 26 Aug 2013 20:05:52 +0000 (UTC) From: "Tammo van Lessen (JIRA)" To: dev@ode.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (ODE-302) Use embedded TransactionManager if database mode is EMBEDDED or INTERNAL 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/ODE-302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tammo van Lessen reassigned ODE-302: ------------------------------------ Assignee: Tammo van Lessen > Use embedded TransactionManager if database mode is EMBEDDED or INTERNAL > ------------------------------------------------------------------------ > > Key: ODE-302 > URL: https://issues.apache.org/jira/browse/ODE-302 > Project: ODE > Issue Type: Bug > Components: JBI Integration > Reporter: Alex Boisvert > Assignee: Tammo van Lessen > Labels: patch > Fix For: 1.3.6, 1.4 > > Attachments: ODE302.patch.txt > > > Ode should not use the TransactionManager provided by the JBI container in EMBEDDED and INTERNAL database modes since it creates its own DataSource which are not under the responsibility of the container's TransactionManager. This happened to work with ServiceMix since it uses the same TransactionManager (Geronimo's), but it's not something we can assume in other JBI environments. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira