Fixed
Details
Assignee
Pothys - MitrahSoftPothys - MitrahSoftReporter
Luis MajanoLuis MajanoPriority
BlockerLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
NoneAffects versions
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Luis Majano
Luis MajanoPriority
Labels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
None
Affects versions
Created 6 June 2017 at 19:32
Updated 26 September 2024 at 10:49
Resolved 26 September 2024 at 10:49
In our test cases whenever we call ORMClearSession() it seems to be followed by the following exception:
Here is a typical test code
As you can see all we do is clear the session of any orm entities so we can merge an entity and get session stats from it. It might seem that ORMClearSession() is actually destroying or closing the hibernate session, when in reality it should only clear it.