Hi Luan,
Luan O'Carroll wrote:
> I've got Jetspeed up and running, but I still have som problems.
>
> Exception: java.lang.NoSuchMethodError
> at org.apache.xerces.dom.ElementImpl.normalize(ElementImpl.java:290)
> at
This is a known issue with two different .jar files implementing XML
related stuff.
Turbine comes with xml.jar which lacks the normalize method for the
Node class.
Make sure to have xerces.jar before xml.jar in your classpath.
That should do the trick.
HTH,
-rolf
--
Rolf Meinecke Pixelpark Unit Dortmund
Tel.: 0231/552 1459 Fax: 0231/552 1490
Knowledge is the small part of ignorance that we
arrange and classify. --Ambrose Bierce
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]