Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
If an Exception occurs in a batch, the PersitenceManager will rollback the currently active transaction.
The problem arises if the Exception was caused by a database problem which implicitly did already close the Connection to the database. In this case the rollback itself will fail and cause an Exception as well. This causes us to only show the Exception caused by the rollback but miss the actually important real cause of the problem - the original Exception