Mike Warne wrote:
>
> Thanks jon,
> Yes, one of tomcat's jars includes org.w3c.dom ... So I had to move the
> jetspeed required jars in front of tomcat's. Thanks!
In fact, you can even take jaxp.jar and parser.jar out of the classpath,
as (1.1.2)xerces.jar implements the required interfaces (JAXP) and it
will be used automagically by tomcat instead of jaxp.jar and parser.jar.
If will not work the other way round (i.e. taking xerces.jar out of the
CLASSPATH) since Xalan has dependency of xerces (I think we have also
xerces-related code).
>
> Mike.
>
> -----Original Message-----
> From: Jon Stevens [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, December 06, 2000 1:56 PM
> To: JetSpeed
> Subject: Re: Requested Screen not found
>
> on 12/6/2000 3:17 PM, "Mike Warne" <[EMAIL PROTECTED]> wrote:
>
> > Exception: java.lang.NoSuchMethodError: org.w3c.dom.Node: method
> > normalize()V not found
> > at org.apache.xerces.dom.ElementImpl.normalize(ElementImpl.java,
> > Compiled Code)
> >
> > I wonder if the ordering of the jars in CLASSPATH are critical.
>
> In this single case, they are.
>
> It has to do with xerces including dom. Play with the XML/DOM related .jar
> files in your classpath.
>
> -jon
>
> --
> Honk if you love peace and quiet.
>
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Archives and Other: <http://marc.theaimsgroup.com/?l=jetspeed>
> Problems?: [EMAIL PROTECTED]
>
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Archives and Other: <http://marc.theaimsgroup.com/?l=jetspeed>
> Problems?: [EMAIL PROTECTED]
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://marc.theaimsgroup.com/?l=jetspeed>
Problems?: [EMAIL PROTECTED]