Problems running all simple x-application examples (for ex h

X-Application Version: 4.1.1.4
Tamino Version : 4.1.4.1
Platform : WinXP
WebContainer : Tomcat 5.0.18
JDK Version : 1.4.2

When running x-application examples from (for example)

http://localhost:8080/xapp/simple/hello/hello.jsp

I 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 exception
XJspException:
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 Tomcat
version you’ll have to change the xerces version that’s bundled in it.

Michael

Software AG Germany, Darmstadt