首页 > 其他 > 详细

No CurrentSessionContext configured

时间:2014-12-23 22:39:24      阅读:420      评论:0      收藏:0      [点我收藏+]

今天编写hibernate程序碰到这个问题:

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

   atorg.hibernate.impl.SessionFactoryImpl.getCurrentSession(SessionFactoryImpl.java:698)

   atcom.HibernateProxy.Interceptor.MyTransactor.beginTransaction(MyTransactor.java:13)

   atcom.HibernateProxy.Interceptor.PersonDaoInterceptor.invoke(PersonDaoInterceptor.java:22)

   atcom.sun.proxy.$Proxy0.savePerson(Unknown Source)

   atcom.HibernateProxy.test.Test.main(Test.java:28)

解决方法为:

打开hibernate.cfg.xml文件,添加如下代码:

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

或者用Myeclipse hibernate config editor打开hibernate.cfg.xml,添加current_session_context_class,如下图所示

技术分享



No CurrentSessionContext configured

原文:http://blog.csdn.net/longshengguoji/article/details/42110681

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!