> I´ve been looking for a solution, but all the information I have found sais > that the problems must be relationed with an old version of xerces library. > I´m using Xerces 2.9.1, so I think that´s not the problem.
One likely problem is that you have not endorsed the Xerces parser as the default XML parsing library used by Tomcat. Try placing the following jars in the directory $TOMCAT_HOME/common/endorsed and see if that helps: xalan-$VERSION.jar xalan-$VERSION-serializer.jar xerces-$VERSION-xercesImpl.jar xerces-$VERSION-xml-apis.jar 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
