3 Replies Latest reply on Oct 27, 2004 2:40 PM by raja05

    Is it safe to update xalan, xercesImpl and xml-apis jar file

    fredrik_is

      Hi!
      I am writing an application that uses Xalans XSLTC package. When testing outside JBoss I am using the latest jars from Xalan's web site, put in the $JAVA_HOME/jre/lib/endorsed directory. This I do because the jars that comes along in the J2SDK 1.4.2_06 are not working correctly.

      Now I want to deploy this on a test server running JBoss 3.2.6.
      I have noticed that the jars I need are also included in the JBoss distribution. However, the xsltc package is missing in $JBOSS_HOME/server/default/lib/xalan.jar.

      Is it safe to update the jar files xercesImpl.jar, xml-apis.jar and xalan.jar on the server, and where should i put them? Should I replace the ones in the JBoss distribution, or should I place them in the $JAVA_HOME/jre/lib/endorsed directory on the server?

      Regards,
      Fredrik Israelsson