码迷,mamicode.com
首页 > 其他好文 > 详细

failed to lazily initialize a collection of role

时间:2014-09-25 15:54:49      阅读:142      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   io   ar   sp   art   cti   on   

spring mvc 报错:failed to lazily initialize a collection of role

 

web.xml

添加

 <filter>
  <filter-name>openSessionInViewFilter</filter-name>
  <filter-class>org.springframework.orm.hibernate4.support.OpenSessionInViewFilter</filter-class>
  <init-param>
   <param-name>singleSession</param-name>
   <!-- singleSession默认为true,若设为false则等于没用OpenSessionInView -->   
   <param-value>true</param-value>
  </init-param>
 </filter>

无聊么搜

Open Session In View velocity

详细看

http://blog.csdn.net/a154832918/article/details/6832053

failed to lazily initialize a collection of role

标签:style   blog   http   io   ar   sp   art   cti   on   

原文地址:http://www.cnblogs.com/loswing/p/3992541.html

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