> I got a RuntimeException: Unable to > create XMLReader --> cause ClassNotFoundException: > org.apache.xerces.parseers.SAXParser
The Xerces XML parser shouldn't be explicitly needed, but it's advisable to make that the default parser for your container by dropping the Xerces/Xalan jars in the endorsed library directory, e.g. $TOMCAT_HOME/endorsed for Tomcat 6. In any case XMLReader is just an interface and by default the Sun XML parser should be used if you've not explicitly endorsed Xerces. M -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
