Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Session is not closed immediately after release of the object. When the object is released by garbage collector, it is moved into the finalization queue. We must ensure that the finalizer is triggered before we will check whether the session is closed or not.