Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 48271 invoked from network); 14 Feb 2006 20:38:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Feb 2006 20:38:50 -0000 Received: (qmail 65168 invoked by uid 500); 14 Feb 2006 20:38:49 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 65144 invoked by uid 500); 14 Feb 2006 20:38:48 -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 65135 invoked by uid 99); 14 Feb 2006 20:38:48 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Feb 2006 12:38:48 -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.184.205 as permitted sender) Received: from [64.233.184.205] (HELO wproxy.gmail.com) (64.233.184.205) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Feb 2006 12:38:48 -0800 Received: by wproxy.gmail.com with SMTP id i2so1351814wra for ; Tue, 14 Feb 2006 12:38:27 -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=rx0ks7lBrew0ozu5lZXMbZlGAFPqvng2a9dSLwGcxvJaizISXfjq369YrDIAIN84UGX7/oSE6uFwOrsh/58xviOOrDWkde/6Bepv3KIXpjJ6fFy2RaOTyN0OeQ9Rv73bbuvqNv/P3wJJ4+e1WSoHiLaqGP8qEEvc5+R1UNL0RdU= Received: by 10.54.151.4 with SMTP id y4mr2076066wrd; Tue, 14 Feb 2006 12:38:14 -0800 (PST) Received: by 10.54.132.16 with HTTP; Tue, 14 Feb 2006 12:38:13 -0800 (PST) Message-ID: <54ac72d70602141238k5b3ff412g1b2b5bb3ba73224@mail.gmail.com> Date: Tue, 14 Feb 2006 12:38:13 -0800 From: Andrew McIntyre To: derby-dev@db.apache.org Subject: Re: XMLPARSE usage? In-Reply-To: <43F23D72.4090408@Sourcery.Org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060214185757.84717.qmail@web81309.mail.mud.yahoo.com> <44a78d040602141144k353ada8cs41cfb00f3f6c8c4a@mail.gmail.com> <43F2362D.7050206@sbcglobal.net> <43F23D72.4090408@Sourcery.Org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 2/14/06, Satheesh Bandaram wrote: > I think the problem is because of XMLTypeCompiler not being listed in > 'extraDBMStypes.properties'. I looked at 10.2 snapshot derby.jar and I > don't find XMLTypeCompiler in the JAR. And... fixed, revision 377822. andrew