org.springframework.beans.factory.BeanCreationException: Errorcreating bean with name 'sessionFactory' defined in ServletContextresource [/WEB-INF/classes/spring-
base.xml]: Invocation of init method failed; nested exception isjava.lang.NoSuchMethodError:javax.persistence.OneToMany.orphanRemoval()Z
【注】:上述问题在于Hibernate的包冲突或者没有被加载到。
本文解决在使用Spring框架时,因Hibernate包冲突导致的BeanCreationException错误。通过将冲突的Hibernate包拷贝到指定目录,有效解决了问题。
4376

被折叠的 条评论
为什么被折叠?



