Derek Hohls pisze: > I get the error listing below when trying to invoke a forms transform > on a Cocoon form. It is not clear from the listing what the cause of > the error is? > > (side note: same code works fine on local machine... both Cocoon 2.1.8)
I guess that Java versions are different on your local machine and production server. > Thanks > Derek > > root cause > > java.lang.NoSuchMethodError: > org.apache.cocoon.xml.AbstractXMLProducer.access$201(Lorg/apache/cocoon/forms/transformation/EffectPipe;)Lorg/xml/sax/ContentHandler; It's an old problem with Java/Tomcat endorsed libs, see: http://wiki.apache.org/cocoon/EndorsedLibsProblem -- Grzegorz Kossakowski http://reflectingonthevicissitudes.wordpress.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
