Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix for bug 244241 - connection not released on query timeout when cursor used

The following fix for 235484 has been checked in, and was previously reviewed.

https://bugs.eclipse.org/244241
(A patch file has also been uploaded to this bug)

Bug 244241 - connection not released on query timeout when cursor used

Previously reviewed by: Gordon

Changes:
- Added check within ServerSession.executeCall to also release an allocated connection if an exception has occurred, not just if the call has finished
- Added new testcase: QueryTimeoutConnectionReleasedTest to QueryFrameworkTestSuite for regression testing

Code Review:

Not Required (previously reviewed by Gordon Yorke)

Testing:

LRG + New regression test

--
Oracle Email Signature Logo
David Minsky | Senior Member of Technical Staff | (613) 288-4605
Oracle Server Technologies | Sustaining Engineering
45 O'Connor Street, Suite 400, Ottawa, Ontario, Canada K1P 1A4

Back to the top