corda/node
Dan Newton c2ac22a41f
NOTICK Non-database error handling in withEntityManager (#6239)
When a non-database exception is thrown out of a `withEntityManager`
block, always check if the session needs to be rolled back.

This means if a database error is caught and a new non-database error is
thrown out of the `withEntityManager` block, the transaction is still
rolled back. The flow can then continue progressing as normal.
2020-05-13 15:17:51 +01:00
..
capsule CORDA-3696: JDK 11 Testing branch (#6131) 2020-04-16 10:20:30 +01:00
djvm CORDA-3698: Require no classifier for Open Core and DJVM-related modules. (#6132) 2020-04-06 11:00:40 +01:00
src NOTICK Non-database error handling in withEntityManager (#6239) 2020-05-13 15:17:51 +01:00
build.gradle NOTICK Update byteman dependencies 2020-05-04 14:08:38 +01:00