I'm using org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
with this mapping in web.xml
<filter-mapping>
<filter-name>hibernateFilter</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
It's working just fine for my actions, but my interceptors fails with lazy
loading errors. How do I hibernate enable my interceptors ?
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]