Hello all...
First of all, Arjen, congrats on a job well done, as far as i can see SWS 1.5 will be a great piece of software (JMS transport is what i'll be using and evaluating the most....)...
Now for some bitter stuff...
I'm trying to run the tutorial sample (modified in such a way that it uses the marshalling endpoint and JMS transport)....
My environment is:
- WAS 6.1
- IBM Java 1.5 (build&runtime)
- WAS-MQ 6.0
- running with application classloader first
- classpath as follows:
The issue is this:Code:castor-1.1.1.jar commons-logging-1.1.1.jar log4j-1.2.14.jar servlet-api-2.5.jar spring-beans-2.0.7.jar spring-context.jar spring-core-2.0.7.jar spring-dao.jar spring-jms-2.0.7.jar spring-oxm-1.5.0-m1.jar spring-web-2.0.7.jar spring-ws-1.5.0-m1.jar spring-ws-core-1.5.0-m1.jar spring-xml-1.5.0-m1.jar stax-1.2.0.jar stax-api-1.0.1.jar wsdl4j-1.6.1.jar
When i try to run the sample i get this in my log:
Any insight would be appreciated...I'm probably missing something obvious...Code:[11/12/07 14:55:44:164 CET] 00000031 WebExtensionP W Servlet springws is currently unavailable: SRVE0203E: Servlet [springws]: org.springframework.ws.transport.http.MessageDispatcherServlet was found, but is missing another required class. SRVE0206E: This error typically implies that the servlet was originally compiled with classes which cannot be located by the server. SRVE0187E: Check your classpath to ensure that all classes required by the servlet are present.SRVE0210I: This problem can be debugged by recompiling the servlet using only the classes in the application's runtime classpath
Thanks in advance!


Reply With Quote
