[
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}
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>2.0.2</version>
<distributionManagement>
<relocation>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>1.0.b2</version>
</relocation>
</distributionManagement>
</project>
{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