[ http://issues.apache.org/jira/browse/GERONIMO-2594?page=comments#action_12453582 ] Rick McGuire commented on GERONIMO-2594: ----------------------------------------
Two comments: 1) Doesn't 1.2 also have this problem? 2) The pom for XALAN 2.7.0 indicates a dependency on xml-apis 2.0.2. Geronimo is using the XMLParserAPIs 2.6.2 package. Are these compatible enough that the XMLParserAPIs can replace the other? The most recent XercesImpl packages also use xml-apis (alhough an older level), but also pull in a dependency on xml-resolver. Thankfully, xml-resolver doesn't have any additional dependencies that might need added to the endorsed dirs. > 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
