Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
2.0.0
-
None
Description
Current Situation
- The web service joc/api/schedule/runtime (Schedule - Show Preview) retrieves the dates matching the Calendar(s) and Schedule by reading the corresponding items from the database.
- For this purpose, a Hibernate session is opened.
- This session is not closed by the web service.
Desired Behaviour
- The web service should correctly close the opened Hibernate sessions.