Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 31606 invoked from network); 25 Jul 2007 15:54:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Jul 2007 15:54:57 -0000 Received: (qmail 14317 invoked by uid 500); 25 Jul 2007 15:54:54 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 14237 invoked by uid 500); 25 Jul 2007 15:54:54 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 14092 invoked by uid 99); 25 Jul 2007 15:54:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jul 2007 08:54:53 -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; Wed, 25 Jul 2007 08:54:51 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C02397141F3 for ; Wed, 25 Jul 2007 08:54:31 -0700 (PDT) Message-ID: <2419956.1185378871778.JavaMail.jira@brutus> Date: Wed, 25 Jul 2007 08:54:31 -0700 (PDT) From: "Prasad Kashyap (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (GERONIMO-250) Connector tries to commit after connection error In-Reply-To: <835059964.1087954227606.JavaMail.apache@nagoya> 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/GERONIMO-250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasad Kashyap updated GERONIMO-250: ------------------------------------ Fix Version/s: (was: 2.0-M5) Verification Required > Connector tries to commit after connection error > ------------------------------------------------ > > Key: GERONIMO-250 > URL: https://issues.apache.org/jira/browse/GERONIMO-250 > Project: Geronimo > Issue Type: Bug > Components: connector > Affects Versions: 1.0-M2 > Reporter: Simon Godik > Assignee: David Jencks > Fix For: Verification Required > > > If a resource adapter indicates a connection has had a fatal error, then the connection manager destroys the managed connection but still attempts to commit/rollback at transaction end. This is bad as the connection has already been destroyed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.