Re: [Hibernate] Spring Framework Integration along with Open Session In View

2003-08-14 Thread Matthew E . Porter
Sandeep: I just had this conversation with the Spring guys last week. You may want to check their mailing list. Here's the abridged version: You can do it. It is a nasty hack of the system (and beauty of Spring). The mailing list includes the necessary filter on how to do it. However, it is

[Hibernate] Spring Framework Integration along with Open Session In View

2003-08-14 Thread Sandeep Dath
Hi,   I have a Maverick-Hibernate-DAO based project that uses the Open Session In View pattern. Now, I am trying to retro-integrate the Spring Framework into the mix.   Juergen's docu was excellent, but I was wondering (before I end up doing it all myself the hard way) if anybody had used