-
Oct 20th, 2008, 08:55 PM
#1
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
-
Apr 20th, 2009, 11:17 AM
#2
Did you solve the problem
Hi, I have the very same problem did you find any solution?
-
Apr 25th, 2009, 11:24 PM
#3
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?
-
Apr 27th, 2009, 12:33 PM
#4
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
-
May 13th, 2009, 06:55 PM
#5
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
-
Forum Rules