Re: [OT]: Struts and Hibernate lazy

2005-08-25 Thread Letícia Álvares Barbalho
To unsubscribe, e-mail: [EMAIL PROTECTED] On 8/25/05, Shajee <[EMAIL PROTECTED]> wrote: > > Hi i want to unsubscribe from this group. > > Kindly unsubscribe me. > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional

Re: [OT]: Struts and Hibernate lazy

2005-08-25 Thread Shajee
Hi i want to unsubscribe from this group. Kindly unsubscribe me. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [OT]: Struts and Hibernate lazy

2005-08-10 Thread David Durham
Konrad Billewicz wrote: Lindholm, Greg neom.com> writes: What I do is use a Hibernate Servlet Filter that closes the Hibernate session at the end of the request. This is used in conjunction with the HibernateUtils class that stores the Hibernate session in ThreadLocal storage. An example

Re: [OT]: Struts and Hibernate lazy

2005-08-10 Thread Konrad Billewicz
Lindholm, Greg neom.com> writes: > What I do is use a Hibernate Servlet Filter that closes the Hibernate > session > at the end of the request. This is used in conjunction with the > HibernateUtils > class that stores the Hibernate session in ThreadLocal storage. > > An example of this techni