Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 88162 invoked from network); 7 May 2007 20:09:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 May 2007 20:09:40 -0000 Received: (qmail 83884 invoked by uid 500); 7 May 2007 20:09:44 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 83741 invoked by uid 500); 7 May 2007 20:09:43 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 83713 invoked by uid 99); 7 May 2007 20:09:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 May 2007 13:09:43 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Mon, 07 May 2007 13:09:35 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C1654714066 for ; Mon, 7 May 2007 13:09:15 -0700 (PDT) Message-ID: <11954782.1178568555787.JavaMail.jira@brutus> Date: Mon, 7 May 2007 13:09:15 -0700 (PDT) From: "Kathey Marsden (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Resolved: (DERBY-1025) [xa] client XAResource.start() does not commit an active local transaction when auto commit is true In-Reply-To: <1330918438.1140572931064.JavaMail.jira@ajax.apache.org> 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/DERBY-1025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden resolved DERBY-1025. ----------------------------------- Resolution: Fixed Assignee: Deepa Remesh (was: Kathey Marsden) Fixed the test case to create the statement CLOSE_CURSORS_AT_COMMIT. Filed DERBY-2620 for an issue with embedded losing the connection in this case. > [xa] client XAResource.start() does not commit an active local transaction when auto commit is true > --------------------------------------------------------------------------------------------------- > > Key: DERBY-1025 > URL: https://issues.apache.org/jira/browse/DERBY-1025 > Project: Derby > Issue Type: Bug > Components: Network Client > Reporter: Daniel John Debrunner > Assigned To: Deepa Remesh > Fix For: 10.2.1.6, 10.1.3.1 > > Attachments: derby-1025-10.1.diff, derby-1025-10.1.status, derby-1025-draft1.diff, derby-1025-draft1.status, derby-1025-patch1-v1.diff, derby-1025-patch1-v1.status, derby-1025-patch2-v1.diff, derby-1025-patch2-v1.status > > > Embedded XAResource.start() implementation commits the active local transaction on the Connection associated with the XAResource if the connection is auto-commit mode. > Client incorrectly throws an XAException with the XAER_RMFAIL error code (see DERBY-1024) > XATest contains a work-around for client (calling commit) with a comment with this bug number. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.