Remy Maucherat wrote:
[EMAIL PROTECTED] wrote:

luehe       2004/09/30 14:57:09

Modified: jasper2/src/share/org/apache/jasper/xmlparser
XMLEncodingDetector.java
Log:
Log warning when XML prolog cannot be parsed.
The 2 JSP TCK failures reported by Jeanfrancois are due to this, with
this root cause:
java.lang.ClassNotFoundException: org.apache.xerces.util.SymbolTable


We don't bundle Xerces anymore with the binaries, as Java 5 is supposed to be used. With JRE 1.4, the compat package must be added (it adds JMX and Xerces as endorsed).
I think this would explain the problem.

Yes, it does. I yet have to find XML prolog parsing and encoding autodetection support in JDK 1.5 (the equivalent of what Xerces used to provide).

Jan



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



Reply via email to