ssh学习(二) No Session found for current thread

[b][color=red]Hibernate和spring的版本都是4.x[/color][/b]
使用sessionFactory.getCurrentSession()来获取session,报错为
No Session found for current thread

参考:
http://www.sjsjw.com/kf_other/article/244_20894_27402.asp

说明:

thread
org.springframework.orm.hibernate4.SpringSessionContext


网上说的这两种解决办法根本就不对,[color=red]如果hibernate.cfg.xml里有配的话先删掉[/color],原因请看上边的那个参考链接

解决办法:
spring bean配置文件中加入:









































execution里边的包名根据自己项目来修改,配置完后运行正常

你可能感兴趣的:(hibernate)