From derby-dev-return-13623-apmail-db-derby-dev-archive=db.apache.org@db.apache.org Thu Feb 02 17:50:51 2006 Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 99287 invoked from network); 2 Feb 2006 17:50:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Feb 2006 17:50:51 -0000 Received: (qmail 86503 invoked by uid 500); 2 Feb 2006 17:50:50 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 86470 invoked by uid 500); 2 Feb 2006 17:50:49 -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 86461 invoked by uid 99); 2 Feb 2006 17:50:49 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Feb 2006 09:50:49 -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.203 as permitted sender) Received: from [66.249.82.203] (HELO xproxy.gmail.com) (66.249.82.203) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Feb 2006 09:50:49 -0800 Received: by xproxy.gmail.com with SMTP id t12so308035wxc for ; Thu, 02 Feb 2006 09:50: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=q8V95V0WfLcSZOdKFBvpcjoVYol+Ktw625XdfDt5Xf+5znpggk8GfwAqRm8nwfC2+ubE+qGr4sDKyC1M6++l9ZpnYGJFMKN6zrPkz+nbHZQY8w+bn5GKLPCUska8AiSrQdOxi2IL1fwkDVJN5VtS9RTKXgf592w6aIaqoPNcGHE= Received: by 10.70.130.8 with SMTP id c8mr1088566wxd; Thu, 02 Feb 2006 09:50:28 -0800 (PST) Received: by 10.70.130.7 with HTTP; Thu, 2 Feb 2006 09:50:28 -0800 (PST) Message-ID: <58ed70f50602020950l27553428u4f6abbdb6a4ff05d@mail.gmail.com> Date: Thu, 2 Feb 2006 09:50:28 -0800 From: Deepa Remesh To: "Kathey Marsden (JIRA)" Subject: Re: [jira] Commented: (DERBY-683) Use correct encoding for ClobOutputStream on client In-Reply-To: <873139964.1138899906510.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: <873139964.1138899906510.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 > > I think the harness problem is a hard one, especially for useprocess=3Df= alse. So far, I have not been able to workaround useprocess=3Dfalse. When useprocess=3Dfalse, I am not able to change the encoding used by the already running jvm. But I have a patch which seems to work in cases where useprocess=3Dtrue. With this patch, I can run a single test (not as part of a suite) OR a whole suite of tests with a different encoding. I have to do some more testing with the patch. I'll post it for review later today.