Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 29964 invoked from network); 2 Mar 2006 05:38:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Mar 2006 05:38:04 -0000 Received: (qmail 36189 invoked by uid 500); 2 Mar 2006 05:38:50 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 36147 invoked by uid 500); 2 Mar 2006 05:38:50 -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 36133 invoked by uid 99); 2 Mar 2006 05:38:50 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Mar 2006 21:38:50 -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 mcintyre.a@gmail.com designates 64.233.182.192 as permitted sender) Received: from [64.233.182.192] (HELO nproxy.gmail.com) (64.233.182.192) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Mar 2006 21:38:49 -0800 Received: by nproxy.gmail.com with SMTP id l37so227474nfc for ; Wed, 01 Mar 2006 21:38:28 -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=DKDX9Y4TklzXuCUtbfnKFyO/BLFl5kNdaWgzmZrlQrmuLW/a+T1i1ByorVwF0D+n+WLBjTCmiBlAYuPujdajmkNJOpLmOIlKK38bDhzF4AoOcAypTOAyPj5mNWVW/z9yVWBCO6/UUClrYzbVKrwXVIgb0s36p+jyGJz6+6WIaZI= Received: by 10.48.3.15 with SMTP id 15mr483146nfc; Wed, 01 Mar 2006 21:38:28 -0800 (PST) Received: by 10.48.162.5 with HTTP; Wed, 1 Mar 2006 21:38:28 -0800 (PST) Message-ID: <54ac72d70603012138s1d829ebdpda57be51ccd6e305@mail.gmail.com> Date: Wed, 1 Mar 2006 21:38:28 -0800 From: "Andrew McIntyre" To: derby-dev@db.apache.org Subject: Re: [jira] Resolved: (DERBY-966) creating a preparedStatement outside of a Global tran using a ClientXADatasource will result in an "SqlException: Cannot set holdability" if the statement is used in a Global transaction In-Reply-To: <243498477.1141275349014.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: <731344299.1139857016696.JavaMail.jira@ajax.apache.org> <243498477.1141275349014.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 3/1/06, Daniel John Debrunner (JIRA) wrote: > > svn commit #380278 resolved this issue. Had a typo in the issue numb= er in the svm commit comment, entered DERBY-996 instead of 966. > You can edit the contents of svn commit messages after the fact, with the --revprop option: svn propedit --revprop -r 380278 svn:log I went ahead and touched this one up. andrew