Re: Tomcat 4.1.12: Xerces 2.2 problems - Struts 1.0.2 bug.

2002-10-10 Thread Henri Gomez

Jean-Francois Arcand wrote:
 Hi,
 
 with Tomcat 4.1.12, Xerces 2.2 is throwing the following exception:
 
 org.xml.sax.SAXParseException: The string -- is not permitted within 
 comments.
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
 
 This is a bug in the org.apache.struts.digester.Digester class. If you 
 uses Struts 1.1 beta 2 jar file, the bug will not happen. Xerces 2.2 
 generates a lot of Warnings and the Digester version of Struts 1.0.2 
 logs an exception instead of a warning. This has been corrected in the 
 current Digester (1.3) we are using.

You means in the struts implementation of Digester ?

 So we have to decide which combinaison we want to support with 4.1.x:

4.1.x = Xerces 2.1 + Struts 1.0.2

5.x = Xerces 2.2 + Struts 1.1b2


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




Tomcat 4.1.12: Xerces 2.2 problems - Struts 1.0.2 bug.

2002-10-09 Thread Jean-Francois Arcand

Hi,

with Tomcat 4.1.12, Xerces 2.2 is throwing the following exception:

org.xml.sax.SAXParseException: The string -- is not permitted within 
comments.
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)

This is a bug in the org.apache.struts.digester.Digester class. If you 
uses Struts 1.1 beta 2 jar file, the bug will not happen. Xerces 2.2 
generates a lot of Warnings and the Digester version of Struts 1.0.2 
logs an exception instead of a warning. This has been corrected in the 
current Digester (1.3) we are using.

So we have to decide which combinaison we want to support with 4.1.x:

Xerces 2.1 + Struts 1.0.2
or
Xerces 2.2 + Struts 1.1b2

-- Jeanfrancois


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




Re: Tomcat 4.1.12: Xerces 2.2 problems - Struts 1.0.2 bug.

2002-10-09 Thread Remy Maucherat

Jean-Francois Arcand wrote:
 Hi,
 
 with Tomcat 4.1.12, Xerces 2.2 is throwing the following exception:
 
 org.xml.sax.SAXParseException: The string -- is not permitted within 
 comments.
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
 
 This is a bug in the org.apache.struts.digester.Digester class. If you 
 uses Struts 1.1 beta 2 jar file, the bug will not happen. Xerces 2.2 
 generates a lot of Warnings and the Digester version of Struts 1.0.2 
 logs an exception instead of a warning. This has been corrected in the 
 current Digester (1.3) we are using.
 
 So we have to decide which combinaison we want to support with 4.1.x:
 
 Xerces 2.1 + Struts 1.0.2
 or
 Xerces 2.2 + Struts 1.1b2

For 4.1.x, I'll definitely package the stable releases (X 2.1 + S 1.0.x).
For 5.0.0, I'll package S 1.1 beta + X 2.2 (nice explanation).

(I still plan to tag 5.0.0 this week, as it's been relatively stable for 
some time now)

Remy


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