xalan...xerces...japx.jar...j2eee.jar...crimson.jar

This definitively is a pain when jars come with different
implementations of the same interfaces. We have to juggle with the order
in which we place these in the classpath...and all is well in the end.
So although you may have the prope jars, just maybe...maybe you have one
put in there BEFORE the one that will make it work. 

Hey... I even have two different versions of crimson.jar (real
different!)

tomcat/server/lib
-and one in -
tomcat/jasper

so yes...this is definitely a pain.

Regards
- Paul 

-----Original Message-----
From: Noel E. Lecaros [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 04, 2001 10:01 PM
To: [EMAIL PROTECTED]
Subject: Re: Tomcat/Xalan


Hi, Robert

Actually, I know that, but Dante said he had problems with jaxp and
crimson, so
Xerces should be another parser to try in place of that.

Regards,
Noel Lecaros

Robert Petersen wrote:

> Just FYI -
> Xerxes is a parser and Xalan is for XML Transformations (XSLT), they
do two
> different things and both are from Apache.
>
> - Robert Petersen
> http://www.orangefood.com
>
> -----Original Message-----
> From: Noel E. Lecaros [mailto:[EMAIL PROTECTED]]
> Sent: Friday, May 04, 2001 12:39 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Tomcat/Xalan
>
> Hi, Dante
>
> Just a thought but have you tried using the Apache Xerces parser?
Hopefully
> this parser provides better integration with Xalan.
>
> Hope this helps.
>
> Regards,
> Noel Lecaros
>
> Dante le Poole wrote:
>
> > Hi,
> >
> > has anyone used the xalan-package in their webapps? I am and it's
going
> troublesome.
> >
> > With tomcat 3.2.1 it originally kept giving a NoSuchMethodError for
the
> method getNamespaceOfNode (in one of apache's
> > xpath-classes).
> > I solved that one by replacing the jaxp.jar in tomcat's lib-dir with
the
> latest version and adding crimson.jar.
> >
> > Now tomcat has started hanging on me, refusing any http-requests and
> requiring several resets a day (see my post from yesterday).
> > I'm looking into upgrading to 3.2.2b4, but I'm running into the
exact same
> problem with the NoSuchMethodError again, only this time
> > adding jaxp.jar and crimson.jar doesn't work!
> >
> > Now I'm stuck with two problems that have got me baffled, and my
boss
> isn't amused about our site not functioning correctly! Does
> > anyone please have any ideas?
> >
> > Thanx,
> >
> > Dante le Poole


Reply via email to