Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 452 invoked from network); 28 Nov 2006 15:31:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Nov 2006 15:31:51 -0000 Received: (qmail 5136 invoked by uid 500); 28 Nov 2006 15:31:57 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 5104 invoked by uid 500); 28 Nov 2006 15:31:57 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 5093 invoked by uid 99); 28 Nov 2006 15:31:57 -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:31:57 -0800 X-ASF-Spam-Status: No, hits=2.8 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,DNS_FROM_RFC_WHOIS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [68.142.201.182] (HELO web31702.mail.mud.yahoo.com) (68.142.201.182) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 28 Nov 2006 07:31:43 -0800 Received: (qmail 2423 invoked by uid 60001); 28 Nov 2006 15:31:19 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=N8dfuQrsBp+O+zMJPqlaarK8hJLxtS9WNJvn4aOYri/pHgnrwLhBKuqQ9xdoB66qsWdOG2sH/0CqatZeObCUa71YfFgfSr84L5Q7BU014mCo4aTAD3+K3W7D+n0GW6CamwJw200Ml6OdraBT7pGSdq1Fm2bjSZiJKSMWhXPgStY=; X-YMail-OSG: FVoX6JYVM1mFszFq1k6DIrN.py4b2Xl9Wgyp8WlzeiVkDK9xy4kRVAMke2zAhmg1hdeYHN2bbOHAqmXz7DoazHgO5wqoBLetoGgaKF4PkvBAMg57HrDr2oDAUDXsJ6LUcfypQLisD_R4kPxl6SJFC4Aj_hl4KyE- Received: from [24.211.208.98] by web31702.mail.mud.yahoo.com via HTTP; Tue, 28 Nov 2006 07:31:18 PST Date: Tue, 28 Nov 2006 07:31:18 -0800 (PST) From: anita kulshreshtha Subject: Re: svn commit: r479740 - in /geronimo/server/trunk: assemblies/geronimo-boilerplate-minimal/pom.xml pom.xml To: dev@geronimo.apache.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <233864.2318.qm@web31702.mail.mud.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org --- Kevan Miller wrote: > Anita, > Are you going to fix this problem in 1.2? IMO, that's where the > problem needs to be fixed. Fixed in rev 480077 > > IIUC, I don't think this is the right fix for trunk (or at best it's > > short-lived). Since trunk requires a 1.5 JRE, we should be using the > > XSLT implementation that's native to the JRE. The xalan classes have been renamed to com.sun.org.apache.xalan.internal.* in 1.5. AIUI, it makes them Sun JVM specific. IIUC, you are saying that we do not care about the non Sun JVMs. Please see http://issues.apache.org/jira/browse/GERONIMO-2594 >IIRC, this means we'll > > need to remove xmlParserAPIs (and now xalan) from lib/endorsed. AIUI, we need to replace xmlParserAPI with xml-apis. Am I missing something? Thanks Anita > > --kevan > > On Nov 27, 2006, at 2:47 PM, akulshreshtha@apache.org wrote: > > > Author: akulshreshtha > > Date: Mon Nov 27 11:47:19 2006 > > New Revision: 479740 > > > > URL: http://svn.apache.org/viewvc?view=rev&rev=479740 > > Log: > > GERONIMO-GERONIMO-2594 Added xalan to endorsed directory > > > > Modified: > > geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/ > > pom.xml > > geronimo/server/trunk/pom.xml > > > > Modified: geronimo/server/trunk/assemblies/geronimo-boilerplate- > > minimal/pom.xml > > URL: http://svn.apache.org/viewvc/geronimo/server/trunk/assemblies/ > > > geronimo-boilerplate-minimal/pom.xml? > > view=diff&rev=479740&r1=479739&r2=479740 > > > ====================================================================== > > > ======== > > --- geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/ > > pom.xml (original) > > +++ geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/ > > pom.xml Mon Nov 27 11:47:19 2006 > > @@ -166,6 +166,11 @@ > > xerces > > xmlParserAPIs > artifactId> > > > > + > > + > > + xalan > > + xalan > > + > > > > $ > > {project.build.directory}/classes/lib/endorsed > > > > > > Modified: geronimo/server/trunk/pom.xml > > URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml? > > view=diff&rev=479740&r1=479739&r2=479740 > > > ====================================================================== > > > ======== > > --- geronimo/server/trunk/pom.xml (original) > > +++ geronimo/server/trunk/pom.xml Mon Nov 27 11:47:19 2006 > > @@ -421,6 +421,12 @@ > > > > > > > > + xalan > > + xalan > > + 2.7.0 > > + > > + > > + > > xerces > > xercesImpl > > 2.6.2 > > > > > > ____________________________________________________________________________________ Yahoo! Music Unlimited Access over 1 million songs. http://music.yahoo.com/unlimited