RE: Premature Session Close

2005-10-06 Thread Martin Ravell
7 AM To: [EMAIL PROTECTED] Cc: Struts Users Mailing List Subject: Re: Premature Session Close 2 solutions I found at hibernate users group http://forum.hibernate.org/viewtopic.php?t=938083&sid=3e74c7e9a3aa83e9cde5ce 4862c920fb .assuming you will be retrieving a userID from your User class.. do an &#

Re: Premature Session Close

2005-10-06 Thread Martin Gainty
ot;'Struts Users Mailing List'" ; "'Martin Gainty'" <[EMAIL PROTECTED]> Sent: Thursday, October 06, 2005 10:14 AM Subject: RE: Premature Session Close Hi Martin, Thanks for the post. Yep this is one of the main sites I have referenced in trying to get th

RE: Premature Session Close

2005-10-06 Thread Martin Ravell
PROTECTED] >Sent: Thursday, 6 October 2005 11:57 PM >To: Struts Users Mailing List >Subject: Re: Premature Session Close > >Martin/Werner > >Have you had a chance to look at Karl Blaums Lacy Initialization and the DAO >Pattern with Hibernate and Spring example >http://w

RE: Premature Session Close

2005-10-06 Thread Martin Ravell
Thursday, 6 October 2005 10:48 PM >To: user@struts.apache.org >Subject: Re: Premature Session Close > >I ran into a situation like that once, the application was using iframes >internally which triggered other sessions... > >Werner > > >Martin Ravell wrote: >&g

Re: Premature Session Close

2005-10-06 Thread Martin Gainty
OTECTED]> To: Sent: Thursday, October 06, 2005 8:48 AM Subject: Re: Premature Session Close I ran into a situation like that once, the application was using iframes internally which triggered other sessions... Werner Martin Ravell wrote: I’m running Struts, Tiles, Hibernate 2 and Spri

Re: Premature Session Close

2005-10-06 Thread Werner Punz
I ran into a situation like that once, the application was using iframes internally which triggered other sessions... Werner Martin Ravell wrote: > I’m running Struts, Tiles, Hibernate 2 and Spring in my project and have > been attempting for some time to get the OpenSessionInView pattern to wor

Premature Session Close

2005-10-06 Thread Martin Ravell
I’m running Struts, Tiles, Hibernate 2 and Spring in my project and have been attempting for some time to get the OpenSessionInView pattern to work without much luck. I have the filter setup in my web.xml like so : hibernateFilter org.springframework.orm.hibernate.support.OpenSession