請教:OpenSessionInViewFilter配置使用問題
我在web.xml中已經配置瞭如下:
[code]
<!--OpenSessionInViewFilter配置-->
<filter>
<filter-name>OpenSessionInViewFilter</filter-name>
<filter-class>org.springframework.orm.hibernate3.support.OpenSessionInViewFilter</filter-class>
<init-param>
<param-name>singleSession</param-name>
<param-value>true</param-value>
</init-param>
</filter>
<filter-mapping>
<filter-name>OpenSessionInViewFilter</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
[/code]
但是為什麼hibernate配置lazy="true" 的時候,還是提示:
2007-03-06 10:34:52,562 ERROR [org.hibernate.LazyInitializationException] - failed to lazily initialize a collection of role: com.hl3000.dblogic.DAO.POJO.PermModuledefine.permissions - no session or session was closed
org.hibernate.LazyInitializationException: failed to lazily initialize a collection of role: com.hl3000.dblogic.DAO.POJO.PermModuledefine.permissions - no session or session was closed
是我的那裡配置還沒弄好麼?
hibernate配置如下:
[code]
<set
name="permissions"
inverse="true"
lazy="true"
order-by="PERMISSION_ID">
<key column="MODULE_ID" />
<one-to-many class="com.hl3000.dblogic.DAO.POJO.PermPermissiondefine" />
[/code]
[code]
<many-to-one
name="module"
column="MODULE_ID"
class="com.hl3000.dblogic.DAO.POJO.PermModuledefine"
/>
[/code]
參考:
http://blog.csdn.net/nimeimei/articles/480646.aspx
[code]
<!--OpenSessionInViewFilter配置-->
<filter>
<filter-name>OpenSessionInViewFilter</filter-name>
<filter-class>org.springframework.orm.hibernate3.support.OpenSessionInViewFilter</filter-class>
<init-param>
<param-name>singleSession</param-name>
<param-value>true</param-value>
</init-param>
</filter>
<filter-mapping>
<filter-name>OpenSessionInViewFilter</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
[/code]
但是為什麼hibernate配置lazy="true" 的時候,還是提示:
2007-03-06 10:34:52,562 ERROR [org.hibernate.LazyInitializationException] - failed to lazily initialize a collection of role: com.hl3000.dblogic.DAO.POJO.PermModuledefine.permissions - no session or session was closed
org.hibernate.LazyInitializationException: failed to lazily initialize a collection of role: com.hl3000.dblogic.DAO.POJO.PermModuledefine.permissions - no session or session was closed
是我的那裡配置還沒弄好麼?
hibernate配置如下:
[code]
<set
name="permissions"
inverse="true"
lazy="true"
order-by="PERMISSION_ID">
<key column="MODULE_ID" />
<one-to-many class="com.hl3000.dblogic.DAO.POJO.PermPermissiondefine" />
[/code]
[code]
<many-to-one
name="module"
column="MODULE_ID"
class="com.hl3000.dblogic.DAO.POJO.PermModuledefine"
/>
[/code]
參考:
http://blog.csdn.net/nimeimei/articles/480646.aspx
相關文章
- 請教spring 配置檔案問題Spring
- opensessioninviewfilter不起作用,請大家看一下是否哪裡配置有問題?SessionViewFilter
- jbuilder7使用問題請教UI
- 請教phpword問題PHP
- 請教SAXParseException問題Exception
- 請教:NullPointerException 問題NullException
- 請教使用jsp:include的問題JS
- 請教Beego Router 問題Go
- javah命令問題請教Java
- java使用axis 呼叫WCF webservice問題請教JavaWeb
- 請教 jboss3.2 +mysql4。0 配置問題S3MySql
- 請教weblogic資料來源使用問題Web
- 請教TOMCAT5.0.11連線池配置問題,??Tomcat
- Proxy Authorization Required 問題請教UI
- 請教ejb釋出問題
- 請教!!iplanet的問題
- 請教一個JVM問題JVM
- 請教: jive安裝問題?
- 請教javac 編譯問題Java編譯
- 請教XMLHttpRequest和Servlet問題XMLHTTPServlet
- 請教高手一個問題!
- Spring配置之OpenSessionInViewFilterSpringSessionViewFilter
- 請教彭老師:開發工具使用的問題
- 請教 TensorFlow 安裝問題
- 請教web工程的的問題?Web
- 請教hibernate 中session問題Session
- banq,Jdon Framework的問題請教Framework
- 請教一個cookies的問題Cookie
- 請教IoC模式中的問題模式
- 請教jive安裝的問題
- 請教:signup執行問題?
- 請教Jive資料庫問題資料庫
- 請教一個executeBatch()的問題BAT
- 請教各位高手一個問題
- 請教資料的返回問題
- jivejdon執行的問題請教
- 請教banq DDD學習問題!
- 請教個問題執行 httprunner 遇到的問題HTTP