Allen Brookes wrote:
I'm getting the following error when trying to run a test using junit.

unit.framework.AssertionFailedError: SAX2 driver class
org.apache.xerces.parsers.SAXParser does not implement XMLReader

What does this mean? Isn't XmlReader an interface that SAX2 must implement?

Yes, and Xerces *does* implement that interface. If you're getting that error, it means that you're picking up a very old version of Xerces in your classpath.

--
Andy Clark * [EMAIL PROTECTED]



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



Reply via email to