-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
In SynchronizationImple, if the user's synchronization fails, the exception is swallowed and never logged. Instead a descriptionless UNKNOWN is thrown.
The exception should at least be logged to aid in troubleshooting.
Later in the same file, after_completion is using e.printStackTrace() to log the stack, which is also less than ideal.
- clones
-
JBEAP-10213 JTS before_completion in SynchronizationImple swallows and hides exceptions
-
- Closed
-
- relates to
-
JBTM-2880 Refactor codebase to minimize usage of e.printStackTrace() call and change for using logger
-
- Closed
-