I\'m using maven_spring 3.1.M2 + hibernate 3.5. Once I put the line
in my applicationcontex xml file, the follwoing error will oc
I faced this issue when using both jersey-spring3
and spring-core
.
The jersey-spring3.jar, uses its own version for Spring libraries, so to use the ones you want, you need to exclude these libraries manually.
org.glassfish.jersey.ext
jersey-spring3
2.22.1
org.springframework
spring-core
org.springframework
spring-web
org.springframework
spring-beans
bean-validator
org.glassfish.hk2.external