ssh整合是出现异常: getFlushMode is not valid without active transaction

今天在整合ssh时,tomcat启动时无异常,但是访问action是出现异常

HTTP Status 500 - getFlushMode is not valid without active transaction; nested exception is org.hibernate.HibernateException: getFlushMode is not valid without active transaction

检查配置都没有发现问题,百度发现是hibernate.cfg.xml文件多了 <property name="hibernate.current_session_context_class">thread</property>配置,

把这行配置注释或者把thread值改成org.springframework.orm.hibernate5.SpringSessionContext可以解决问题。


错误原因:

整合时spring中事务是在配置文件中配置自动开启,因为由getCurrentSession得到的session中是当前线程的session,但是当前线程中没有开启事务的代码,所以不能获transaction  。然而spring+hibernate整合必须要有活动的事务才能执行dao中的方法。


转自:http://m.blog.csdn.net/maoyuanming0806/article/details/61417995


  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值