Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 51921 invoked from network); 12 Oct 2009 15:31:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Oct 2009 15:31:55 -0000 Received: (qmail 19607 invoked by uid 500); 12 Oct 2009 15:31:55 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 19549 invoked by uid 500); 12 Oct 2009 15:31: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 19539 invoked by uid 99); 12 Oct 2009 15:31: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 15:31:54 +0000 X-ASF-Spam-Status: No, hits=-10.4 required=5.0 tests=AWL,BAYES_00,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 15:31:52 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B0936234C4AF for ; Mon, 12 Oct 2009 08:31:31 -0700 (PDT) Message-ID: <32308293.1255361491722.JavaMail.jira@brutus> Date: Mon, 12 Oct 2009 08:31:31 -0700 (PDT) From: "Pinaki Poddar (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Assigned: (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:all-tabpanel ] Pinaki Poddar reassigned OPENJPA-1342: -------------------------------------- Assignee: Pinaki Poddar > 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 > Assignee: 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.