Fw: MarkMail: hosting Apache mailing list archives

2007-11-05 Thread Michael Glavassevich
FYI ... Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED] Jason Hunter <[EMAIL PROTECTED]> wrote on 11/04/2007 10:56:51 PM: > PMCs, could you please send this announcement to your various users@ and > devs@ mailing lists, as appropri

Re: jar conflict causing java.lang.VerifyError

2007-11-05 Thread Michael Glavassevich
Hi, There's no release of Xerces which has both of those classes. Looks like you have copies of Xerces-J 1.x and 2.x on your classpath so it wouldn't surprise me if you ran into compatibility problems. Try replacing whatever jars you're using with the latest release [1]. Thanks. [1] http://xerce

Parsing error with sax

2007-11-05 Thread Andrea Cerisara
Hi all, I' ve a problem in parsing a simple xml file of a web application. This is the file: /path/to/img /path/to/css /path/to/js /path/to/html /path file.log dataSource /path/to/file.xml

Re: complexType with simpleContent facet violation message not helpful

2007-11-05 Thread Ron Gavlin
Hi Michael, Do you have an SVN commit # for this fix? Does Xerces publish nightly source and binary distribution builds anywhere that I can pick up rather than having to build Xerces myself from the SVN head? Thanks, - Ron - Original Message From: Michael Glavassevich <[EMAIL PROTECT

Re: complexType with simpleContent facet violation message not helpful

2007-11-05 Thread Michael Glavassevich
Hi Ron, Ron Gavlin <[EMAIL PROTECTED]> wrote on 11/05/2007 02:32:09 PM: > Hi Michael, > > Do you have an SVN commit # for this fix? The SVN rev # is 591458. > Does Xerces publish > nightly source and binary distribution builds anywhere that I can > pick up rather than having to build Xerces mys

Re: Parsing error with sax

2007-11-05 Thread Michael Glavassevich
Hi Andrea, This is failing in Digester code but I'm not a user of that component so couldn't give you a clue as to why. One thing I noticed is the "org.apache.xerces.framework.*" classes in your stack trace. Those classes only exist in Xerces-J 1.x meaning you're not actually using Xerces-J 2.9.1.