SpringPersistenceUnitInfo :: AbstractMethodError

后端 未结 3 1820
借酒劲吻你
借酒劲吻你 2020-12-06 19:23

I have an application using Spring 3.0.5, JPA2 and Hibernate 3.6.7. Maven\'s handling my dependency management. Here\'s a pom excerpt:


  &         


        
3条回答
  •  执念已碎
    2020-12-06 20:04

    I had a very similar problem with Hibernate 4.x, Spring 3.x, JPA 2.x, and CXF 2.7.5. I removed the reference to the spring-jpa artifact in my maven POM file, and inserted your recommended snippet. Worked magic! I no longer see the exception. Thanks!

提交回复
热议问题