物业' serviceBeans'抛出异常;嵌套异常是java.lang.NoSuchMethodError:javax.ws.rs.Path.limited()Z

时间:2016-04-20 13:04:42

标签: java spring web-services cxf

我遇到了Spring 3.0.5和Apache CXF 2.1的组合问题。一些依赖似乎缺失或兼容性问题?任何人都可以提供任何帮助/指针吗?

org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'serviceBeans' threw exception; nested exception is java.lang.NoSuchMethodError: javax.ws.rs.Path.limited()Z
    at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:102)
    at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:58)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1358)


Project dependencies

spring-aop-3.0.5.RELEASE.jar  
spring-asm-3.0.5.RELEASE.jar  
spring-beans-3.0.5.RELEASE.jar  
spring-context-3.0.5.RELEASE.jar  
spring-context-support-3.0.5.RELEASE.jar  
spring-core-3.0.5.RELEASE.jar  
spring-expression-3.0.5.RELEASE.jar  
spring-jdbc-3.0.5.RELEASE.jar  
spring-jms-3.0.5.RELEASE.jar  
spring-orm-3.0.5.RELEASE.jar  
spring-security-config-3.0.5.RELEASE.jar  
spring-security-core-3.0.5.RELEASE.jar  
spring-security-core-3.1.0.RELEASE.jar  
spring-test-3.0.5.RELEASE.jar  
spring-tx-3.0.5.RELEASE.jar  
spring-web-3.0.5.RELEASE.jar  

cxf-2.4.0.jar  
cxf-rt-frontend-jaxrs-2.4.0.jar  

jsr173_api-1.0.jar  
jsr311-api-0.6.jar  

0 个答案:

没有答案