Return-Path: Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-users@xml.apache.org Received: (qmail 4265 invoked from network); 11 Oct 2000 23:33:21 -0000 Received: from dryden.lakeheadu.ca (216.211.80.2) by locus.apache.org with SMTP; 11 Oct 2000 23:33:21 -0000 Received: from lake82-140.lakeheadu.ca (dryden.lakeheadu.ca) [216.211.82.140] by dryden.lakeheadu.ca with esmtp (Exim 3.12 #1 (Debian)) id 13jVLb-0003D1-00; Wed, 11 Oct 2000 19:31:43 -0400 Message-ID: <39E4FAA4.FCEDC464@dryden.lakeheadu.ca> Date: Wed, 11 Oct 2000 18:41:24 -0500 From: awc X-Mailer: Mozilla 4.72 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: cocoon-users@xml.apache.org Subject: Re: 7: Package org.w3c.dom not found in import. References: <39E4E181.D4799504@boeing.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N I had the same error. That is because cocoo.jar is not on XSP compilers classpath. I edit the source and the classpath. Now I am getting this: java.lang.IncompatibleClassChangeError: class org.apache.xerces.dom.DocumentImpl does not implement interface org.w3c.dom.Document at _usr._local._jakarta._build._tomcat_4_0._webapps._cocoon._servlets._xsp._page.populateDocument(_page.java:58) at org.apache.cocoon.processor.xsp.XSPPage.getDocument(XSPPage.java:96) at org.apache.cocoon.processor.xsp.XSPProcessor.process(XSPProcessor.java:502) which is realted to this piece of code from _page.java -------------*************************-------------- document.appendChild( document.createProcessingInstruction( "cocoon-process", "type=\"xslt\"" -----------*****************************-------- To add the cocoon class path to tomcat-4.0M2, you have to take a look at XSPJavaProcessor.java. That is where I am right now. and looking.. Anil Ray Allis wrote: > Did I read that cocoon 1.8 and tomcat 4.0-m2 were incompatible? > I don't see it in the mail archive. I'm missing what? > > Ray Allis > -- > jakarta-tomcat-4.0-m2.tar.gz > Cocoon-1.8.tar.gz