首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

No CurrentSessionContext configured 错误解决

2013-10-25 
No CurrentSessionContext configured 异常解决Exception in thread main org.hibernate.HibernateExcep

No CurrentSessionContext configured 异常解决

Exception in thread "main" org.hibernate.HibernateException: No CurrentSessionContext configured!

这个异常发生的原因是因为在hibernate.cfg.xml中没有设置:

<property name="current_session_context_class">thread</property>

在以上hibernate的配置文件中添加上面的配置即可!


热点排行