Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 15858 invoked from network); 11 Apr 2009 00:03:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Apr 2009 00:03:44 -0000 Received: (qmail 49159 invoked by uid 500); 11 Apr 2009 00:03:44 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 49079 invoked by uid 500); 11 Apr 2009 00:03:44 -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 49071 invoked by uid 99); 11 Apr 2009 00:03:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Apr 2009 00:03:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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; Sat, 11 Apr 2009 00:03:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CAB98234C051 for ; Fri, 10 Apr 2009 17:03:14 -0700 (PDT) Message-ID: <1939315694.1239408194815.JavaMail.jira@brutus> Date: Fri, 10 Apr 2009 17:03:14 -0700 (PDT) From: "Kathey Marsden (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-4141) XAExceptions thrown by Derby can have errorCode 0 In-Reply-To: <187952276.1238713993276.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-4141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden updated DERBY-4141: ---------------------------------- Attachment: derby-4141_diff.txt The attached patch (derby-4141_diff.txt) has the client and embedded changes and adds a test for the XAER_RMFAIL case. I couldn't figure out a case for testing the XAER_RMERR case, (non-session ending exception that causes an xa operation to fail), but if anyone has any ideas, please let me know and I'll add a test for that too. For client I mapped the disconnect exception to XAException.XAER_RMFAIL and verified that server side exceptions that cause XAExceptions do indeed get the errorCode from the server. I think this resolves my concerns about client side SQLExcetptions. Running tests now. I would like to backport this change to 10.3. It is a behavior change, but I think a sensible one that is low risk. Please let me know if you have any concerns. > XAExceptions thrown by Derby can have errorCode 0 > -------------------------------------------------- > > Key: DERBY-4141 > URL: https://issues.apache.org/jira/browse/DERBY-4141 > Project: Derby > Issue Type: Bug > Components: SQL > Affects Versions: 10.1.3.1, 10.2.1.6, 10.3.3.0, 10.4.2.0, 10.5.1.1, 10.6.0.0 > Reporter: Kathey Marsden > Assignee: Kathey Marsden > Attachments: derby-4141_diff.txt, derby-4141_embbeded_diff1.txt > > > When an XAException occurs during xa.start() or other XA operation, because of an SQLException, we have an errorCode of 0, regardless of the severity. I would suggest XAER_RMFAIL for SESSION_SEVERITY or greater and XAER_RMERR for lower severity exceptions. See thread http://www.nabble.com/XAException.errorCode-on-XAException-caused-by-an-SQLException-tt22832423.html for more detail and a reproduction. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.