On Wed, Feb 20, 2008 at 11:37:42AM +0000, Vincent Hennebert wrote: > I get the same kind of errors on my Linux box. I don???t understand why > the error under Java 1.4 does not occur when xercesImpl.jar is added to > the classpath, since AFAIK we don???t trigger the endorsed mechanism, so > the default SAX parser implementation shipped with Java should not be > overridden.
Probably due to the services directory in xercesImpl.jar, which points to Xerces as the SAXParserFactory implementation. Simon -- Simon Pepping home page: http://www.leverkruid.eu
