Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
#Automation
X-Application Version: 4.1.1.4Tamino Version : 4.1.4.1Platform : WinXPWebContainer : Tomcat 5.0.18JDK Version : 1.4.2When running x-application examples from (for example)http://localhost:8080/xapp/simple/hello/hello.jspI have the following error in Tomcat log file:(in french but translation is obvious ;))2004-02-19 09:54:51 StandardWrapperValve[jsp]: “Servlet.service()” pour la servlet jsp a généré une exceptionXJspException:java.lang.NoSuchMethodError: org.apache.xerces.impl.xs.SchemaGrammar.getElementDecl(Ljava/lang/String;)Lorg/apache/xerces/impl/xs/psvi/XSElementDeclaration;Can someone give me a clue on this.Note: build has been made successfully prior to this error.
Looks like a Yerces version mismatch (X-Application depends on a specific xerces version).This can happen if you’re not using Tomcat 4.1.18. If you want to use a different Tomcatversion you’ll have to change the xerces version that’s bundled in it.MichaelSoftware AG Germany, Darmstadt