Description
Datanucleus does a bunch of stuff before the actual rollback, with each next step in a finally block; that way even if the prior steps fail, the rollback should still happen. However, an exception from some questionable pre-rollback logic like manipulating resultset after failure can affect DirectSQL fallback