Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 36783 invoked from network); 28 Nov 2006 16:51:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Nov 2006 16:51:17 -0000 Received: (qmail 80882 invoked by uid 500); 28 Nov 2006 16:51:11 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 80776 invoked by uid 500); 28 Nov 2006 16:51:11 -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 80274 invoked by uid 99); 28 Nov 2006 16:51:09 -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 08:51:09 -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.187] (HELO web31707.mail.mud.yahoo.com) (68.142.201.187) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 28 Nov 2006 08:50:54 -0800 Received: (qmail 28148 invoked by uid 60001); 28 Nov 2006 16:50:34 -0000 Message-ID: <20061128165034.28146.qmail@web31707.mail.mud.yahoo.com> 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=ExM3GI56oM/jK/O3tvwbJcMcpUPHxE0qhjRdLn+o4J68/lIAP8YKXx/qRL5N4rJeOgKqY3BY6UzEDq+j2NhCZav3GuUNMlVZjU/nqjTjLlhAtlf62plTcpnTvSiO0JBUD+h7/MCxI1TNmW1bZpRXhkvEcLGf1Gq5DdIpAyqJLQg=; X-YMail-OSG: RR73xdcVM1kMDX8gn01vjJrDu0pmy43w_5m6KGF9oReaVJSuhL3Uzk77.jAXFXh8EbkEAAYEu8xtFZanuakjJEnkDOpX460MaNwecE6tZVVKZjDI1VJvAhwlTzUT5sJJ7NtpVd1G5Kt9MiOcB_8WPKIf02dZ6w-- Received: from [24.211.208.98] by web31707.mail.mud.yahoo.com via HTTP; Tue, 28 Nov 2006 08:50:33 PST Date: Tue, 28 Nov 2006 08:50:33 -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 X-Virus-Checked: Checked by ClamAV on apache.org Kevan, You are right.. the server runs fine without xalan and xmlParserApis in the endorsed directory in Sun 1.5 JVM. thanks Anita --- Kevan Miller wrote: > Anita, > Are you going to fix this problem in 1.2? IMO, that's where the > problem needs to be fixed. > > 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. IIRC, this means we'll > > need to remove xmlParserAPIs (and now xalan) from lib/endorsed. > > --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 > > > > > > ____________________________________________________________________________________ Want to start your own business? Learn how on Yahoo! Small Business. http://smallbusiness.yahoo.com/r-index