Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 55216 invoked from network); 27 Nov 2006 14:50:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Nov 2006 14:50:49 -0000 Received: (qmail 73975 invoked by uid 500); 27 Nov 2006 14:50:55 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 73874 invoked by uid 500); 27 Nov 2006 14:50:54 -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 73822 invoked by uid 99); 27 Nov 2006 14:50:54 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Nov 2006 06:50:54 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Nov 2006 06:50:44 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 86AF37142FA for ; Mon, 27 Nov 2006 06:50:24 -0800 (PST) Message-ID: <7700793.1164639024549.JavaMail.jira@brutus> Date: Mon, 27 Nov 2006 06:50:24 -0800 (PST) From: "Anita Kulshreshtha (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Commented: (GERONIMO-2594) Add xalan to endorsed directory In-Reply-To: <25520347.1164303961923.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://issues.apache.org/jira/browse/GERONIMO-2594?page=comments#action_12453612 ] Anita Kulshreshtha commented on GERONIMO-2594: ---------------------------------------------- 1) Yes, because now we will be claiming that 1.2 can be run on 1.5. This soultion works with 1.4 and 1.5 both. 2) Here is the pom for xml-apis 2.0.2, it is basically 1.0.b2: {code:xml} 4.0.0 xml-apis xml-apis 2.0.2 xml-apis xml-apis 1.0.b2 {code} The upgrade to xercesImpl 2.8.1 and hence xml-apis 1.3.03 are not related to this issue, i.e upgrading these jars did not solve this probelm. They seem to be compatible and can be upgraded independently. I will apply a separate patch (geronimo-2454) for upgrades. > Add xalan to endorsed directory > ------------------------------- > > Key: GERONIMO-2594 > URL: http://issues.apache.org/jira/browse/GERONIMO-2594 > Project: Geronimo > Issue Type: Improvement > Security Level: public(Regular issues) > Components: buildsystem > Affects Versions: 2.0 > Environment: All > Reporter: Anita Kulshreshtha > Assigned To: Anita Kulshreshtha > Fix For: 2.0 > > Attachments: geronimo.diff > > > from a discussion on the list: > http://www.nabble.com/Server-startup-fails-with-Sun-JDK-1.5%2C-xalan-missing-p7375349.html > It is possible to use Sun's xalan packed with JDK1.5 by setting the property: > -Djavax.xml.transform.TransformerFactory="com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl" > http://www.nabble.com/Re%3A-Server-startup-fails-with-Sun-JDK-1.5%2C-xalan-missing-p7491438.html > To make geronimo independent of Sun JVM add xalan to endorsed dir. > If there are no comments/objections I will commit this on Monday 27th. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira