Gregor J. Rothfuss wrote:
Thorsten Scherler wrote:
today I was trying to extend our usecase-fw with cforms. Everything was
looking great, because I could reuse all of the architecture and just
added some if/else clauses.
looks good as far as i can tell, some comments below. much cleaner
than the cforms integration in the sandbox.
cause: java.lang.NoSuchMethodError:
javax.xml.transform.dom.DOMResult.getNextSibling()Lorg/w3c/dom/Node;
mismatch between jaxp version and xalan version. you probably have
xalan 2.7 with an old (pre 1.3 JAXP) xml-apis.jar
http://issues.apache.org/jira/browse/XALANJ-2158
Exactly. The error happens because xalan 2.6.1 uses DOM level 2 and
xalan 2.7.0 uses DOM level 3.
To be sure you are using the right versions of xalan and xerces, please
copy $COCOON_HOME/lib/endorsed to the java endorsed directory.
After coping the files, rebuild everything.
Best Regards,
Antonio Gallardo.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]