Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 96634 invoked from network); 17 Feb 2006 16:39:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Feb 2006 16:39:33 -0000 Received: (qmail 23212 invoked by uid 500); 17 Feb 2006 16:39:32 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 23180 invoked by uid 500); 17 Feb 2006 16:39:31 -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 23171 invoked by uid 99); 17 Feb 2006 16:39:31 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Feb 2006 08:39:31 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of dremesh@gmail.com designates 66.249.82.196 as permitted sender) Received: from [66.249.82.196] (HELO xproxy.gmail.com) (66.249.82.196) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Feb 2006 08:39:31 -0800 Received: by xproxy.gmail.com with SMTP id s12so347379wxc for ; Fri, 17 Feb 2006 08:39:10 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=mA9/0c2uqwmataUq2WxjGCayzpA2H3fOU1bh5jynJMXiBDuoYIP0Kxb8P0Sc4bpmKGrp2bhQ42h/sBEMgYiA2AIV/L086BXjGUqAUYD7QnFqgi8GAt/etqxhI+zDucXOlJK/qnMRmFx1BK6PjZW+cQnL4YV1uJJ3CSi1thHl/Zc= Received: by 10.70.43.8 with SMTP id q8mr1114589wxq; Fri, 17 Feb 2006 08:39:10 -0800 (PST) Received: by 10.70.30.9 with HTTP; Fri, 17 Feb 2006 08:39:10 -0800 (PST) Message-ID: <58ed70f50602170839k3b8fc861g92f1ae9331562cc8@mail.gmail.com> Date: Fri, 17 Feb 2006 08:39:10 -0800 From: Deepa Remesh To: derby-dev@db.apache.org Subject: Re: [jira] Updated: (DERBY-614) Execution failed because of a Distributed Protocol Error In-Reply-To: <779773027.1140192567656.JavaMail.jira@ajax.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1808526442.1128980987760.JavaMail.jira@ajax.apache.org> <779773027.1140192567656.JavaMail.jira@ajax.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 2/17/06, Kathey Marsden (JIRA) wrote: > [ http://issues.apache.org/jira/browse/DERBY-614?page=3Dall ] > > Kathey Marsden updated DERBY-614: > --------------------------------- > > Other Info: (was: [Patch available]) > > I committed this change. I noticed there is other state that is not rese= t in closed. Perhaps it is guaranteed to be initialized, I don't know. May= be another Jira entry to make sure the other state is reset would be good. I had checked all the DRDAResultSet states get initialized when re-used. If they are not in close, they get initialized in some other DRDAStatement methods - like addResultSet, setRsDefaultOptions, setOPNQRYOptions, setQueryOptions etc. I will open a JIRA and post my observations there so that this can be rechecked. I think it will be good to add reset for all states in close() method so that we don't miss anything by any other code changes.