Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 18372 invoked from network); 24 Apr 2006 21:01:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Apr 2006 21:01:18 -0000 Received: (qmail 22706 invoked by uid 500); 24 Apr 2006 21:01:17 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 22548 invoked by uid 500); 24 Apr 2006 21:01:17 -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 22534 invoked by uid 99); 24 Apr 2006 21:01:17 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Apr 2006 14:01:17 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Apr 2006 14:01:16 -0700 Received: from brutus (localhost.localdomain [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 704CC7142BB for ; Mon, 24 Apr 2006 21:00:07 +0000 (GMT) Message-ID: <461272.1145912407457.JavaMail.jira@brutus> Date: Mon, 24 Apr 2006 21:00:07 +0000 (GMT+00:00) From: "Andrew McIntyre (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Closed: (DERBY-1159) PreparedStatement.executeUpdate throws a XJ05C exception in a global transaction if the statement is HOLD_CURSORS_OVER_COMMIT In-Reply-To: <1013919216.1143573682285.JavaMail.jira@ajax> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/DERBY-1159?page=all ] Andrew McIntyre closed DERBY-1159: ---------------------------------- Fix Version: 10.1.3.0 Resolution: Fixed > PreparedStatement.executeUpdate throws a XJ05C exception in a global transaction if the statement is HOLD_CURSORS_OVER_COMMIT > ----------------------------------------------------------------------------------------------------------------------------- > > Key: DERBY-1159 > URL: http://issues.apache.org/jira/browse/DERBY-1159 > Project: Derby > Type: Bug > Versions: 10.2.0.0, 10.1.2.1 > Reporter: Daniel John Debrunner > Assignee: Daniel John Debrunner > Priority: Minor > Fix For: 10.2.0.0, 10.1.3.0, 10.1.2.4 > > SQLSTATE(XJ05C): Cannot set holdability ResultSet.HOLD_CURSORS_OVER_COMMIT for > a global transaction. > Exception is thrown in client, in embedded the statement executes successfully. > Since HOLD_CURSORS_OVER_COMMIT only applies to ResultSets and executeUpdate states it only succeeds if the statement > does not generate ResultSets, then this combination should succeed. > Probably related to the fact that in embedded an execute() call on the same PreparedStatement will thrown a XJ05C exception > Workaround is to prepare the statement explicitly with CLOSE_CURSORS_AT_COMMIT. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira