AW: CForm/Js Problem with 2.1.8

2005-12-14 Thread Merico Raffaele
Ciao Antonio, dear Cocoon-Devs Make sure you are using the right xml-apis.jar. I am using that one distributed with cocoon-2.1.8: WEB-INF/lib/xml-apis-1.3.02.jar Please note the solution (so I hope): To find out which xml-apis lib is installed I did a find in the ./webapps: $ find . -name

Re: AW: CForm/Js Problem with 2.1.8

2005-12-14 Thread Antonio Gallardo
Hi Merico, I think you did the right fix. I guess the problem happens because the saxon.jar contains API classes related to DOM Level 2. The xml-apis.jar contains API for DOM Level 3. Cocoon 2.1.8 was shipped with xerces 2.7.1 and xalan 2.7.0. Both needs DOM Level 3. Hence if in the classpath

CForm/Js Problem with 2.1.8

2005-12-13 Thread Merico Raffaele
Dear community I have installed cocoon-2.1.8 under tomcat-5.5.9 and I got the following error: java.lang.IllegalArgumentException: Unknown type of result: class javax.xml.transform.dom.DOMResult Cocoon stacktrace[hide] Error calling flowscript function showForm

Re: CForm/Js Problem with 2.1.8

2005-12-13 Thread Antonio Gallardo
Make sure you are using the right xml-apis.jar. Best Regards, Antonio Gallardo. Merico Raffaele wrote: Dear community I have installed cocoon-2.1.8 under tomcat-5.5.9 and I got the following error: java.lang.IllegalArgumentException: Unknown type of result: class