我是使用Jax-RS编写Web服务的新手。我使用了使用CXF 3.0.0和JAX-RS 2.0的 spring-cxf-rest-example 来尝试简单的休息服务。这场战争在5月Beta版的Websphere Liberty配置文件中运行正常,因为它支持JAX-RS 2.0。但我想运行它是支持JAX-RS 1.1的Websphere 8.5.5.1。所以我在服务器中禁用了JaxRS引擎。 我现在得到以下例外。所以我错过了什么罐子。
Caused by: javax.ws.rs.NotFoundException
我战争中的罐子是
aopalliance-1.0.jar
commons-logging-1.1.1.jar
cxf-core-3.0.0.jar
cxf-rt-frontend-jaxrs-3.0.0.jar
cxf-rt-transports-http-3.0.0.jar
jackson-annotations-2.0.1.jar
jackson-core-2.0.1.jar
jackson-databind-2.0.1.jar
jackson-jaxrs-json-provider-2.0.1.jar
jackson-module-jaxb-annotations-2.0.1.jar
javax.annotation-api-1.2.jar
javax.ws.rs-api-2.0.jar
serializer-2.7.1.jar
spring-aop-4.0.0.RELEASE.jar
spring-beans-4.0.0.RELEASE.jar
spring-context-4.0.0.RELEASE.jar
spring-core-4.0.0.RELEASE.jar
spring-expression-4.0.0.RELEASE.jar
spring-web-4.0.0.RELEASE.jar
stax2-api-3.1.4.jar
woodstox-core-asl-4.3.0.jar
xalan-2.7.1.jar
xmlschema-core-2.1.0.jar