Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] SVN trunk commit: Bug#370855 exclusive connection leaking

SVN trunk commit: Bug#370855 exclusive connection leaking

 

https://bugs.eclipse.org/bugs/show_bug.cgi?id=370855

 

Fixes issue with exclusive-connection.mode Always and read-only queries leaking connections.

 

Code review: Andrei

 

Changes:

-          Added readOnlySession to EntityManagerImpl to hold read-only ClientSession to ensure it is released on close.

-          Fixed ServerSession to release ClientSession allocated for query execution.

-          Fixed batch writing logging to log with correct connection id.


Back to the top