logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

Re: XmlReader: msg#00061

Subject: Re: XmlReader
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 * andyc@xxxxxxxxxx


<Prev in Thread] Current Thread [Next in Thread>