Re: xml parser problem

2003-07-07 Thread Xavier Renard
Olaf Goerlitz wrote: On Mon, 7 Jul 2003, Srinath Perera wrote: I belive the Axis does not work on **/tomcat/common/endorsed/xercesImpl.jar!** PLS correct me if I am wrong. These staff are for (common) for tomcat to work, axis is a application on TomCat(Remember). What matter is what in WEB-INF

Re: xml parser problem

2003-07-07 Thread Olaf Goerlitz
On Mon, 7 Jul 2003, Srinath Perera wrote: > I belive the Axis does not work on **/tomcat/common/endorsed/xercesImpl.jar!** > PLS correct me if I am wrong. > These staff are for (common) for tomcat to work, axis is a application on > TomCat(Remember). What matter is what in WEB-INF. (WEB-INF/lib)

Re: xml parser problem

2003-07-07 Thread Srinath Perera
Goerlitz <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Sent: Sun, 6 Jul 2003 01:22:05 -0400 (EDT) Subject: Re: xml parser problem > I kept looking around for solutions of my problem and came across > this statement in axis' wiki: http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjec

RE: xml parser problem

2003-07-06 Thread Rick Kellogg
Message- From: Olaf Goerlitz [mailto:[EMAIL PROTECTED] Sent: Sunday, July 06, 2003 1:22 AM To: [EMAIL PROTECTED] Subject: Re: xml parser problem I kept looking around for solutions of my problem and came across this statement in axis' wiki: http://nagoya.apache.org/wiki/apachewik

Re: xml parser problem

2003-07-05 Thread Olaf Goerlitz
I kept looking around for solutions of my problem and came across this statement in axis' wiki: http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/XMLParsers Actually, this isn't really what I was looking for because this sounds pretty much like either I use Xerces or it won't work! Ad

xml parser problem

2003-07-05 Thread Olaf Goerlitz
We are currently using the gnu japx implementation for our xml parsing. I encountered several problems in the last days when I tried to bind our stuff to an AXIS web service. I was able to identify this as a library conflict (supposingly with the xerces parser tomcat uses) and I can resolve the pro