Reinhard Pötz wrote:
Johannes Hoechstaedter wrote:
Hello everybody,

My Webapp grows. :) Thank you all for all your help till now.

The next thing I am struggeling with is this:

Error creating bean with name 'de.memocomp.myBlock1.service': Invocation of init method failed; nested exception is java.lang.NoSuchMethodError:

This error appears only in Tomcat 5.0 with JRE 1.4. Everything works with Tomact 5.5 and JDK 1.5.

I managed to create a war file completely with JDK 1.4 as JAVA_HOME. The manifest file looks good. Only Tomcat doesn't want to start the webapp. Any suggestions?

My guess is that you have a problem with your XML parser.

[uuups, the mail went out too fast.]

Make sure that you use a new(er) version of Xerces and Xalan. With JDK 1.4 you have to set the endorsed-lib directory correctly.

Another option is using the shielding classloader by utilizing the Cocoon Maven plugin to build the web application: http://cocoon.apache.org/2.2/maven-plugins/maven-plugin/1.0/1262_1_1.html and http://cocoon.apache.org/2.2/maven-plugins/maven-plugin/1.0/deploy-mojo.html

--
Reinhard Pötz                           Managing Director, {Indoqa} GmbH
                         http://www.indoqa.com/en/people/reinhard.poetz/

Member of the Apache Software Foundation
Apache Cocoon Committer, PMC member                  [EMAIL PROTECTED]
________________________________________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to