RE: help with hibernate (Iknow it's off topic)

2010-05-17 Thread Caldarale, Charles R
> From: Yucca Nel [mailto:yucca...@live.co.za] > Subject: help with hibernate (Iknow it's off topic) > > I am horrified by the following code causing a untime exception Someone call Stephen Hawking so we can get details about "untime"... > I want to make sure h

help with hibernate (Iknow it's off topic)

2010-05-17 Thread Yucca Nel
but the following forums seem dead. I am horrified by the following code causing a untime exception because I want to make sure hibernate session is closed but even though the session is null, it appears to be open still? finally { if(session!=null){ session.close()