*******************BEGIN*******************

YI-D

恶魔的眉眼

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

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

posted on 2014-09-25 12:35  YI-D  阅读(288)  评论(0编辑  收藏  举报

^_^ ^_^ *******************END******************* ^_^ ^_^