Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 2416 invoked from network); 28 Nov 2006 15:36:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Nov 2006 15:36:40 -0000 Received: (qmail 24953 invoked by uid 500); 28 Nov 2006 15:36:48 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 24944 invoked by uid 500); 28 Nov 2006 15:36:48 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 24935 invoked by uid 99); 28 Nov 2006 15:36:48 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Nov 2006 07:36: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 (herse.apache.org: domain of jukka.zitting@gmail.com designates 64.233.184.237 as permitted sender) Received: from [64.233.184.237] (HELO wr-out-0506.google.com) (64.233.184.237) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Nov 2006 07:36:36 -0800 Received: by wr-out-0506.google.com with SMTP id i22so434336wra for ; Tue, 28 Nov 2006 07:36:15 -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=RLNGGn05Txtx9Jpa1wHw9ftd8Ba+/exHVpw29TlmIpWWiY7Ev/3VixRJ+B2b9Nm9Lae8mCxfbZDcSF511G1ubY6aiTJ4fg2RPVywVLyrqPphLirvenSvmW0B7yfjg2qVGoT6TkT0/3BFmV63yRpWCFbKwpE/ckKCb7csZetIiFE= Received: by 10.90.80.8 with SMTP id d8mr906617agb.1164728175593; Tue, 28 Nov 2006 07:36:15 -0800 (PST) Received: by 10.90.27.7 with HTTP; Tue, 28 Nov 2006 07:36:15 -0800 (PST) Message-ID: <510143ac0611280736l2eb15194k62bf9ce8cb303044@mail.gmail.com> Date: Tue, 28 Nov 2006 17:36:15 +0200 From: "Jukka Zitting" To: users@jackrabbit.apache.org Subject: Re: Xerces missing from the 1.1 pom.xml In-Reply-To: <96ab3ced0611280731p4206f80cmaeb045e0e994c337@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <96ab3ced0611280731p4206f80cmaeb045e0e994c337@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Hi, On 11/28/06, Michael Neale wrote: > I have just cut over to 1.1 with maven, (as its in ibiblio now), however, > the 1.1 pom.xml does not specify Xerces as a dependency: > [...] > I am getting an error on importXML where it can't (obviously) find the one > of the xerces SAXParser. > > Am I missing something or is this a oversight in the maven2 pom.xml? See JCR-602 for the issue. It's already fixed and will go out in the 1.1.1 release, which I was planning to build tonight in order to get the release vote finally started. As a workaround for 1.1 you need to explicitly add the Xerces dependency yourself. BR, Jukka Zitting