Expert |
|
Joined: Thu May 26, 2005 9:19 am Posts: 262 Location: Oak Creek, WI
|
Hi,
I have also come across this problem . Its not a WebSphere Issue nor Hibernate Issue, Its an issue by the programmer who has forgot to close the session some where in the finally.
Check this when i was using batch insert and update i found this message.
This will lead to server crash.
Put in logger and check all the methods whether you have closed the session properly.
_________________ RamnathN
Senior Software Engineer
http://www.linkedin.com/in/ramnathn
Don't forget to rate.
|
|