Re: Can't solve SAXParseException: The string -- is not permittedwithin comments

2002-11-04 Thread Jeanfrancois Arcand
Try 2.1.0This is the only version that works properly.

-- Jeanfrancois


Manuel González Castro wrote:


Yep, known issue.  Try using the previous version of Xerces-2.x.x.  The
newest one doesn't seem to play well with Digester.
   


That's what I did: I replaced the original xercesImpl.jar (version 2.0.1)
with the Xerces 2.0.0 xercesImpl.jar, but I get the same error.

This has been discussed before, suggesting the Xerces included with Tomcat
4.1.14, but it doesn't work for me. As I've said, I've tried:

 

xercesImpl.jar (included with Tomcat 4.1.14)
xercesImpl.jar (Xerces 2.0.0)
xercesImpl.jar (Xerces 2.2.0)
xerces.jar (included with Tomcat 4.0.6 = Xerces 1.4.4)
 


Manuel



--
To unsubscribe, e-mail:   mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org


 




--
To unsubscribe, e-mail:   mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org




Re: Can't solve SAXParseException: The string -- is not permittedwithin comments

2002-11-04 Thread Jeanfrancois Arcand
Double check that xercesImpl.jar is deleted. For an obscur reason, 
Xerces 2.1.0 has been renamed xerces.jar. If you don't delete 
xercesImpl.jar in common/endorsed, then Xerces 2.2 is still in use.

I'm working with the Xerces guys to fix that problem and YES, I'm going 
to get crazy :-)

-- Jeanfrancois


Manuel González Castro wrote:

Try 2.1.0This is the only version that works properly.

-- Jeanfrancois
   


I've just tried Xerces 2.1.0 and I get the same error :(
I'm going crazy with this...

Manuel


--
To unsubscribe, e-mail:   mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org


 




--
To unsubscribe, e-mail:   mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org




Re: Can't solve SAXParseException: The string -- is not permittedwithin comments

2002-11-04 Thread Nikola Milutinovic
Jacob Kjome wrote:


Yep, known issue.  Try using the previous version of Xerces-2.x.x.  The 
newest one doesn't seem to play well with Digester.


I've read in the mail archives that this bug can be solved using a 
different
version of Xerces. I've replaced
jakarta-tomcat-4.1.12/common/endorsed/xercesImpl.jar with:

xercesImpl.jar (included with Tomcat 4.1.14)
xercesImpl.jar (Xerces 2.0.0)
xercesImpl.jar (Xerces 2.2.0)
xerces.jar (included with Tomcat 4.0.6 = Xerces 1.4.4)

but I always get the same error. I'm sure this is the only xerces library
installed in my system (it's not included in JDK1.3.1).

So, which one to use? 2.1.x? And is that a Xerces issue or Tomcat issue? Which 
one should be upgraded?

Nix.


--
To unsubscribe, e-mail:   mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org