Glen Mazza wrote:

It may be Xalan-related, because the first URL below (which works) does not use Xalan while the others do. Perhaps use newer versions of the XML jars?

Yes, I also think this is Xalan related. An old version of xalan is often included with early versions of JDK 1.4.0, but also possibly with Oracle Application Server.


Rather than simply searching the local disk for files named xalan*.*, look carefully at the class path in your servlet to see where the xalan classes are coming from. To output the classpath from a java program to std out do:

System.out.println(System.getProperty("java.class.path"));

Chris

<snip/>


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to