当前位置: 代码迷 >> Java Web开发 >> hibernate出现failed to lazily initialize a collection of role,该如何处理
  详细解决方案

hibernate出现failed to lazily initialize a collection of role,该如何处理

热度:587   发布时间:2016-04-17 11:06:32.0
hibernate出现failed to lazily initialize a collection of role
如题。。

但我查询数据库的时候··就会出现这个延迟加载异常。。

我试过把延迟加载改成false就能通过。。但是效果就大大降低了。。

大家有没有好的解决方法。。我google一下。发现配置support.OpenSessionInViewFilter

但是我配置了之后。。又报一个
java.lang.IllegalStateException: No WebApplicationContext found: no ContextLoaderListener registered?

我的程序是用flex spring hibernate的。。

麻烦各位解决一下。谢谢。。

------解决方案--------------------
OpenSessionInViewFilter 十个过滤器 配置在web.xml中即可
------解决方案--------------------
探讨

配置了啦。就报·

java.lang.IllegalStateException: No WebApplicationContext found: no ContextLoaderListener registered?
  相关解决方案