I just tried the following procedure (found on this list) to solve my problem w/Resin 2.1.1.
It worked. What about adding it to the installation docs? L. > List: xml-cocoon-users > Subject: Solution for Problem with Resin 2.1.x and Cocoon 2.0.x > From: =?iso-8859-1?Q?J=F6rn_Heid?= <[EMAIL PROTECTED]> > Date: 2002-05-01 12:11:05 > > For all who will have problems with Resin 2.1.x running Cocoon 2.0.x and JDK < 1.4. Symptom: > After deleting dom.jar, sax.jar and jaxp.jar (the TODO for Resin 2.0.x), and putting all required JARs to resin/lib I got a "NoSuchMethodError" as the Resin-XSLT implementation was used instead of Xalan. > > java.lang.NoSuchMethodError: javax.xml.transform.TransformerException: > method <init>()V not found > at com.caucho.xsl.XslException.<init>(XslException.java:59) > > Changing xalan-xxx.jar to a_xalan-xxx.jar does not succeed. > > Solution: > Remove all entries in WEB-INF/services from resin.jar (you can change the filename to resin.zip, delete those entries, and change the filename back again). > > JOERN --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>