Hibernate Team |
|
Joined: Tue Aug 26, 2003 7:19 pm Posts: 2364 Location: Brisbane, Australia
|
If your using JTA (CMT) using the containers DB resource then its reasonably hard to create a leak. Its unlikely its a general problem with your code since the pool would be exhaused very quickly. This is hard to find without some form of tracing going on. Most Pool managers can deal with the occational leaked connection anyway - most liklely there is an system exception being generated thats not being caught hence the cause.
|
|