码迷,mamicode.com
首页 > 编程语言 > 详细

解决Exception:Could not open Hibernate Session for transaction; nested exception is java.lang.NoClassDefFoundError: org/hibernate/engine/transaction/spi/TransactionContext

时间:2018-03-28 14:12:04      阅读:233      评论:0      收藏:0      [点我收藏+]

标签:lan   org   orm   post   final   理论   nat   noclass   nsa   

原因是配置文件中

<bean id="transactionManager" class="org.springframework.orm.hibernate4.HibernateTransactionManager">
           <property name="sessionFactory" ref="sessionFactory"></property>
</bean>

用的是hibernate4

解决方法:1:将换成hibernate-core-5.2.8.Final.jar换成hibernate-core-4.2.4.Final.jar

自己运行能够成功解决问题

              2:class="org.springframework.orm.hibernate5.HibernateTransactionManager"

没有解决bug,但理论上应该是可以的

解决Exception:Could not open Hibernate Session for transaction; nested exception is java.lang.NoClassDefFoundError: org/hibernate/engine/transaction/spi/TransactionContext

标签:lan   org   orm   post   final   理论   nat   noclass   nsa   

原文地址:https://www.cnblogs.com/cn-chy-com/p/8662829.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!