Results 1 to 5 of 5

Thread: MessageDispatcherServlet

  1. #1

    Default MessageDispatcherServlet

    My local env RAD work fine

    When i try to deploy in websphere 6.1java1.5 i get the following error.
    I have set the class loading policy to parent_last.
    any help is highly appreciated.I am stuckwith this issue for quite sometime.. need to fix it asap.

    Error 404: SRVE0201E: Servlet [org.springframework.ws.transport.http.MessageDispa tcherServlet]: not a servlet class

  2. #2
    Join Date
    Apr 2009
    Posts
    5

    Default Did you solve the problem

    Hi, I have the very same problem did you find any solution?

  3. #3
    Join Date
    Apr 2009
    Posts
    12

    Default Same issue

    I am having the same issue as well. I set the class loader policy to PARENT_LAST on the EAR as well as the WAR module. Did you do the same?

  4. #4
    Join Date
    Apr 2009
    Posts
    5

    Default Work with a class loader

    Work for me by defining a class loader in the server with this jars:
    jaxb-api-2.1.jar
    jaxb-impl-2.1.5.jar
    wsdl4j-1.6.1.jar
    xalan-2.7.0.jar
    xercesImpl-2.8.1.jar
    xml-apis-1.3.04.jar

    I'm no sure if all the jars are necesary

  5. #5
    Join Date
    May 2009
    Posts
    4

    Default

    try adding load on startup to 1 in web.xml

Posting Permissions

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