Thanks.  I've got 2.6.1 at the front of my classpath but I'll check to see
if there is some other place it might be picking it up.

Allen

-----Original Message-----
From: Andy Clark [mailto:[EMAIL PROTECTED]
Sent: Monday, March 15, 2004 10:14 AM
To: [EMAIL PROTECTED]
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 * [EMAIL PROTECTED]



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

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

Reply via email to