-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Highest
-
Affects Version/s: 1.0, 1.1, 1.2, 1.3
-
Component/s: None
When session.flush() fails in the sessioninview filter, we lose the call to super.closeSession(), which means the session is never properly cleaned up and the connection isn't freed.
This is also the cause of that annoying "ClobStringType requires active transaction synchronization" masking error message.