Return-Path: Delivered-To: apmail-incubator-open-jpa-dev-archive@locus.apache.org Received: (qmail 24497 invoked from network); 7 Feb 2007 16:47:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Feb 2007 16:47:26 -0000 Received: (qmail 87991 invoked by uid 500); 7 Feb 2007 16:47:33 -0000 Delivered-To: apmail-incubator-open-jpa-dev-archive@incubator.apache.org Received: (qmail 87964 invoked by uid 500); 7 Feb 2007 16:47:33 -0000 Mailing-List: contact open-jpa-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: open-jpa-dev@incubator.apache.org Delivered-To: mailing list open-jpa-dev@incubator.apache.org Received: (qmail 87955 invoked by uid 99); 7 Feb 2007 16:47:33 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Feb 2007 08:47:33 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Feb 2007 08:47:25 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7B6D47142BF for ; Wed, 7 Feb 2007 08:47:05 -0800 (PST) Message-ID: <4896917.1170866825503.JavaMail.jira@brutus> Date: Wed, 7 Feb 2007 08:47:05 -0800 (PST) From: "Patrick Linskey (JIRA)" To: open-jpa-dev@incubator.apache.org Subject: [jira] Updated: (OPENJPA-124) JOnAS integration: OpenJPA should auto-detect the JOnAS transaction manager In-Reply-To: <5536403.1170866705943.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/OPENJPA-124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Linskey updated OPENJPA-124: ------------------------------------ Priority: Minor > JOnAS integration: OpenJPA should auto-detect the JOnAS transaction manager > --------------------------------------------------------------------------- > > Key: OPENJPA-124 > URL: https://issues.apache.org/jira/browse/OPENJPA-124 > Project: OpenJPA > Issue Type: New Feature > Components: third-party > Environment: JOnAS application server > Reporter: Patrick Linskey > Priority: Minor > > OpenJPA does not automatically find the TransactionManager when deployed in a JOnAS environment. We should modify AutomaticManagedRuntime, either to detect JOnAS, or to always look at java:comp/UserTransaction. (JOnAS's UserTransaction is also their TransactionManager.) > See http://hanzz.zapto.org/index.php?option=com_content&task=view&id=105&Itemid=31 for details. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.