From dev-return-13965-apmail-openjpa-dev-archive=openjpa.apache.org@openjpa.apache.org Mon Oct 12 02:27:55 2009 Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 38056 invoked from network); 12 Oct 2009 02:27:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Oct 2009 02:27:54 -0000 Received: (qmail 75698 invoked by uid 500); 12 Oct 2009 02:27:54 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 75640 invoked by uid 500); 12 Oct 2009 02:27:54 -0000 Mailing-List: contact dev-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list dev@openjpa.apache.org Received: (qmail 75628 invoked by uid 99); 12 Oct 2009 02:27:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Oct 2009 02:27:54 +0000 X-ASF-Spam-Status: No, hits=-7.9 required=5.0 tests=AWL,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Oct 2009 02:27:51 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id ABC15234C045 for ; Sun, 11 Oct 2009 19:27:31 -0700 (PDT) Message-ID: <825312259.1255314451688.JavaMail.jira@brutus> Date: Sun, 11 Oct 2009 19:27:31 -0700 (PDT) From: "Donald Woods (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Commented: (OPENJPA-1342) Build a mechanics to test JTA transaction semantics within JSE In-Reply-To: <778981689.1255223791288.JavaMail.jira@brutus> 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/OPENJPA-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12764529#action_12764529 ] Donald Woods commented on OPENJPA-1342: --------------------------------------- There is a lot of code in Apache Geronimo and TranQL that you should be able to reuse for this. Geronimo Transaction Manager - https://svn.apache.org/repos/asf/geronimo/components/txmanager/branches/geronimo -txmanager-parent-2.1 TranQL DB connectors - http://xircles.codehaus.org/projects/tranql - http://svn.codehaus.org/tranql/ > Build a mechanics to test JTA transaction semantics within JSE > --------------------------------------------------------------- > > Key: OPENJPA-1342 > URL: https://issues.apache.org/jira/browse/OPENJPA-1342 > Project: OpenJPA > Issue Type: Test > Reporter: Pinaki Poddar > > The transaction semantics and flow within container environment or with JTA resource type differs from locally managed transaction. > OpenJPA test harnesses do not have a facility to test functionality within a managed transaction without a full-blown ejb/application container. > This issue will develop a simple/basic JTA transaction manager to plug-in to openjpa.ManagedRuntime to exercise codepath for > managed transaction without needing a full-blown ejb/application container. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.