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, [EMAIL PROTECTED] 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 @@
                                     <groupId>xerces</groupId>
<artifactId>xmlParserAPIs</ artifactId>
                                 </artifactItem>
+
+                                <artifactItem>
+                                    <groupId>xalan</groupId>
+                                    <artifactId>xalan</artifactId>
+                                </artifactItem>
                             </artifactItems>
<outputDirectory>$ {project.build.directory}/classes/lib/endorsed</outputDirectory>
                         </configuration>

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 @@
             </dependency>

             <dependency>
+                <groupId>xalan</groupId>
+                <artifactId>xalan</artifactId>
+                <version>2.7.0</version>
+            </dependency>
+
+            <dependency>
                 <groupId>xerces</groupId>
                 <artifactId>xercesImpl</artifactId>
                 <version>2.6.2</version>



Reply via email to