Results 1 to 5 of 5

Thread: classpath issue with MessageDispatcherServlet in Websphere

  1. #1
    Join Date
    Feb 2009
    Posts
    3

    Default classpath issue with MessageDispatcherServlet in Websphere

    I am getting this error when I invoke my spring web service from soap UI. I get the same error when I try to access my wsdl.

    org.springframework.ws.transport.http.MessageDispa tcherServlet 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.

    My application classpath contains the following spring jars -

    commons-logging-1.1.1.jar
    org.springframework.beans-3.0.0.M1.jar
    org.springframework.context-3.0.0.M1.jar
    org.springframework.context.support-3.0.0.M1.jar
    org.springframework.core-3.0.0.M1.jar
    org.springframework.expression-3.0.0.M1.jar
    spring-ws-1.5.6-all.jar
    spring-oxm-1.5.6.jar
    spring-oxm-tiger-1.5.6.jar
    spring-ws-1.5.6-all.jar
    spring-ws-core-1.5.6.jar
    spring-ws-core-tiger-1.5.6.jar
    spring-ws-security-1.5.6.jar
    spring-ws-support-1.5.6.jar
    spring-xml-1.5.6.jar

    Any help would be much appreciated. This is my first application with spring-ws.

  2. #2
    Join Date
    Jul 2005
    Location
    Rotterdam, the Netherlands
    Posts
    1,562

    Default

    Which version of WebSphere is this? Spring 3.0 M1 is JDK 1.5 and higher, so you must have Websphere 6.1.
    Arjen Poutsma

    Spring Web Services Dev Lead
    Please read the FAQ

  3. #3
    Join Date
    Feb 2009
    Posts
    3

    Default

    I am on Websphere 6.1.

  4. #4
    Join Date
    Mar 2007
    Location
    Poland
    Posts
    341

    Default

    Pls read my post:
    http://forum.springframework.org/showthread.php?t=56332
    It works in 100 % (Spring 2.5.6 and Spring WS 1.5.5) on WAS 6.1.0.13 and 6.1.0.19

  5. #5
    Join Date
    Apr 2009
    Posts
    7

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •