Hi,

Laurent Cornelis wrote:
> 
> When I run the example portlet from JetSpeed and I try to customize it (by
> following the link 'Customize your page layout'), I catch this exception :
> 
> Exception: java.lang.NoSuchMethodError
>      at org.apache.xerces.dom.ElementImpl.normalize(ElementImpl.java:290)
>      at
[StackTrace]
> 
> I think I must come from cocoon config or something like that, but I can't
> find what's wrong...
> 

Earlier Christian Nolis wrote:
> You have an old version of the Node class in another JAR file that is ahead
> of xerces.jar.  Put xerces.jar in the front of your class path so that its
> version of Node gets picked up first.


AFAIK the Turbine Framework includes xml.jar which has the Node class
lacking the normalize method. 

HTH

-rolf

-- 
Rolf Meinecke        Pixelpark         Unit Dortmund
Tel.: 0231/552 1459               Fax: 0231/552 1490
        this .sig is intentionally left blank


--
--------------------------------------------------------------
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]

Reply via email to