Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 53779 invoked from network); 8 Jan 2008 16:27:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Jan 2008 16:27:57 -0000 Received: (qmail 87915 invoked by uid 500); 8 Jan 2008 16:27:46 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 87886 invoked by uid 500); 8 Jan 2008 16:27:46 -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 87877 invoked by uid 99); 8 Jan 2008 16:27:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jan 2008 08:27:46 -0800 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; Tue, 08 Jan 2008 16:27:42 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 29FC871422E for ; Tue, 8 Jan 2008 08:27:34 -0800 (PST) Message-ID: <22713359.1199809654164.JavaMail.jira@brutus> Date: Tue, 8 Jan 2008 08:27:34 -0800 (PST) From: "Daniel John Debrunner (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Created: (DERBY-3304) Explicit commit inside a java procedure makes a dynamic result sets passed out unavailable MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Explicit commit inside a java procedure makes a dynamic result sets passed out unavailable ------------------------------------------------------------------------------------------ Key: DERBY-3304 URL: https://issues.apache.org/jira/browse/DERBY-3304 Project: Derby Issue Type: Bug Components: JDBC Affects Versions: 10.4.0.0 Reporter: Daniel John Debrunner Attachments: Main.java Repro (Main.java) that shows changed behavior after svn 602991 (the patch committed for this issue). It seems a regression: (originally from Dag H. Wanvik attached to DERBY-1585) An explicit commit inside a stored procedure makes a dynamic result sets passed out unavailable, even if the commit is executed *prior* to the result set; as in the repro. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.