Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 80894 invoked from network); 8 Feb 2005 05:48:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 8 Feb 2005 05:48:41 -0000 Received: (qmail 40172 invoked by uid 500); 8 Feb 2005 05:48:41 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 39937 invoked by uid 500); 8 Feb 2005 05:48:40 -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: "Derby Development" Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 39924 invoked by uid 99); 8 Feb 2005 05:48:39 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from nwkea-mail-1.sun.com (HELO nwkea-mail-1.sun.com) (192.18.42.13) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 07 Feb 2005 21:48:38 -0800 Received: from phys-biff-1 ([129.158.227.36]) by nwkea-mail-1.sun.com (8.12.10/8.12.9) with ESMTP id j185mZPD014749 for ; Mon, 7 Feb 2005 21:48:36 -0800 (PST) Received: from conversion-daemon.biff-mail1.india.sun.com by biff-mail1.india.sun.com (iPlanet Messaging Server 5.2 HotFix 1.24 (built Dec 19 2003)) id <0IBK00F01W272O@biff-mail1.india.sun.com> (original mail from Shreyas.Kaushik@Sun.COM) for derby-dev@db.apache.org; Tue, 08 Feb 2005 11:18:34 +0530 (IST) Received: from [129.158.229.246] (lilly.India.Sun.COM [129.158.229.246]) by biff-mail1.india.sun.com (iPlanet Messaging Server 5.2 HotFix 1.24 (built Dec 19 2003)) with ESMTP id <0IBK008JAW4Y21@biff-mail1.india.sun.com> for derby-dev@db.apache.org; Tue, 08 Feb 2005 11:18:34 +0530 (IST) Date: Tue, 08 Feb 2005 11:16:36 +0530 From: Shreyas Kaushik Subject: Re: [jira] Commented: (DERBY-22) Exception XCL16 incorrectly raised for ResultSet of method return after nested commit. In-reply-to: <794105255.1107434297423.JavaMail.jira@ajax.apache.org> To: Derby Development Message-id: <4208523C.7010006@Sun.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla Thunderbird 1.0 (X11/20041208) References: <794105255.1107434297423.JavaMail.jira@ajax.apache.org> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Can anyone update this ? ~ Shreyas Shreyas Kaushik (JIRA) wrote: > [ http://issues.apache.org/jira/browse/DERBY-22?page=comments#action_58554 ] > >Shreyas Kaushik commented on DERBY-22: >-------------------------------------- > >Can there be a repro posted for this here? > > > >>Exception XCL16 incorrectly raised for ResultSet of method return after nested commit. >>-------------------------------------------------------------------------------------- >> >> Key: DERBY-22 >> URL: http://issues.apache.org/jira/browse/DERBY-22 >> Project: Derby >> Type: Bug >> Components: SQL >> Versions: 10.0.2.0 >> Reporter: Tulika Agrawal >> Priority: Minor >> >> > > > >>Reporting for Daniel John Debrunner. >>A static method calls commit() with the nested connection and >>then returns a value to the outer statement. Processing this >>result set incorrectly hits a XCL16 exception. Logically the >>result set is created after the commit, since the value is >>returned after the commit. >> >> > > >