0

我正在尝试使用 weblogic 访问 web 服务。我已经部署了 .war 文件,但是每当我尝试访问该服务时都会出现以下异常。

java.lang.IllegalStateException: Could not load 'class path resource [org/springframework/ws/transport/http/MessageDispatcherServlet.properties]': class path resource [org/springframework/ws/transport/http/MessageDispatcherServlet.properties] cannot be opened because it does not exist
            at org.springframework.ws.support.DefaultStrategiesHelper.<init>(DefaultStrategiesHelper.java:77)
            at org.springframework.ws.transport.http.MessageDispatcherServlet.<init>(MessageDispatcherServlet.java:133)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
            Truncated. see log file for complete stacktrace

以下 Spring jar 存在于 WEB-INF/lib 文件夹中


spring-aop-3.0.2.RELEASE.jar
spring-asm-3.0.2.RELEASE.jar
spring-aspects-3.0.2.RELEASE.jar
spring-beans-3.0.2.RELEASE.jar
spring-context-3.0.2.RELEASE.jar
spring-context-support-3.0.2.RELEASE.jar
spring-core-3.0.2.RELEASE.jar
spring-expression-3.0.2.RELEASE.jar
spring-jdbc-3.0.2.RELEASE.jar
spring-jms-3.0.2.RELEASE.jar
spring-modules-validation-0.8a.jar
spring-orm-3.0.2.RELEASE.jar
spring-oxm-1.5.7.jar
spring-oxm-tiger-1.5.7.jar
spring-security-core-3.0.2.RELEASE.jar
spring-security-web-3.0.2.RELEASE.jar
spring-tx-3.0.2.RELEASE.jar
spring-web-3.0.2.RELEASE.jar
spring-webmvc-3.0.2.RELEASE.jar
spring-ws-core-1.5.9.jar
spring-xml-1.5.7.jar

我在这里想念什么?

谢谢

4

0 回答 0