|
As stated above the problem simply is that it's not made sure that the code in the finally block of SynchronizationCallbackCoordinatorImpl.beforeCompletion will not itself throw exceptions. In case it does then this prevents any exceptions from the try block to propagate up correctly.
|