java.lang.ClassNotFoundException: org.springframework.ws.transport.http.MessageDispatcherServlet
在使用eclipse开发maven项目的时候,牢记在将maven导入的依赖包加入Deployment Assembly当中,否则,可能会出现java.lang.ClassNotFoundException这样的错误
详细操作:右击项目名--->properties--->Deployment Assembly--->Add--->Java Build Path Entries--->Next--->Maven Dependencies--->Finish
重启服务器容器,例如tomcat即可。
文章来自:http://www.cnblogs.com/peng-peng/p/6329692.html