码迷,mamicode.com
首页 > Web开发 > 详细

问题hibernate4.SessionHolder cannot be cast hibernate3.SessionHolder解决

时间:2017-06-08 10:35:44      阅读:172      评论:0      收藏:0      [点我收藏+]

标签:not   使用   hiberna   org   final   content   except   lan   cas   

问题:在使用Spring(v4.1.7)和hibernate(v4.3.10.Final)开发应用程序时发生例如以下异常:

java.lang.ClassCastException: org.springframework.orm.hibernate4.SessionHolder cannot be cast to org.springframework.orm.hibernate3.SessionHolder

原因:一个可能的原因是DAO类中使用了Hibernate v3的HibernateDaoSupport。

解决:

使用以下的类发生异常:

org.springframework.orm.hibernate3.support.HibernateDaoSupport

改用以下的类恢复正常:

org.springframework.orm.hibernate4.support.HibernateDaoSupport


问题hibernate4.SessionHolder cannot be cast hibernate3.SessionHolder解决

标签:not   使用   hiberna   org   final   content   except   lan   cas   

原文地址:http://www.cnblogs.com/ljbguanli/p/6961062.html

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