Re: Struts 1.0.2 + Xerces 2.2.0

2002-11-13 Thread Jeanfrancois Arcand
Unfortunalty, the file doesn't contains any "--". The file is web-jsptaglibrary_1_2.dtd http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd and this is there since at least 1 year :-( Only Xerces 2.2 fail, not Xerces 2.0.1, 2.0.2, 2.1.0 and Crimson. I will have to ping the Xerces guys -- J

Re: Struts 1.0.2 + Xerces 2.2.0

2002-11-13 Thread Eddie Bush
Yes, I've run into this too -- in my struts config files :-) If you remove the unneeded "--" this error should vanish. Examine all comments for occurences of "--" which do not belong (ie. do not occur at the start or end of the comment). Ex: Change anything like to David Graham wrote: Ha

Re: Struts 1.0.2 + Xerces 2.2.0

2002-11-13 Thread David Graham
Have you looked for -- within comments in the xml files your parsing? The error seems pretty clear. David From: Jeanfrancois Arcand <[EMAIL PROTECTED]> Reply-To: "Struts Developers List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Struts 1.0.2 + Xerces 2.2.0

RE: Struts 1.0.2 + Xerces 2.2.0

2002-11-13 Thread Karr, David
This is not a bug. It's part of the XML specification. http://www.w3.org/TR/REC-xml#sec-comments > -Original Message- > From: Jeanfrancois Arcand [mailto:jfarcand@;apache.org] > > we (the Tomcat dev team) are experiencing some problem with > Struts 1.0.2 > and Xerces 2.2.0 in Tomcat.

Struts 1.0.2 + Xerces 2.2.0

2002-11-13 Thread Jeanfrancois Arcand
HI, we (the Tomcat dev team) are experiencing some problem with Struts 1.0.2 and Xerces 2.2.0 in Tomcat. When starting Tomcat, a wrong exception is thrown (see below). Is somedoby aware of a similar problem? I'm trying to produce a smaller test case for the Xerces-J team (they will not fix the