|
From: Matthew E. P. <ma...@po...> - 2003-12-09 01:21:07
|
I am attempting to use the OpenSessionInViewFilter. According to the javadoc, the session is not flush at the end of the filter. Therefore, without overriding the closeSession() method in the filter, how do I get the session to flush? I am currently accessing DAOs wrapped as a ProxyFactoryBean with a HibernateInterceptor. Please help! Cheers, matthew |