Improvement #2012
Upgrade built-in JTA to 1.2 and fix suspend behavior
Start date:
17.06.2018
Due date:
% Done:
100%
Estimated time:
origin:
Description
The version upgrade is required by later spring versions and as this does not seem to impose additional implementation changes on the non-XA support.
On the updated behavior: Currently the JTA impl throws an exception upon a call to suspend, if no transaction is currently associated. However, the TransactionManager API (https://docs.oracle.com/javaee/7/api/javax/transaction/TransactionManager.html#suspend) demands that null
is returned in that case.
Updated by Henning Blohm over 6 years ago
- Subject changed from Upgrade built-in JTA to 1.2 to Upgrade built-in JTA to 1.2 and fix suspend behavior
- Description updated (diff)
Updated by Henning Blohm over 6 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Applied in changeset z2-base:base|ed7e0a3f33df11bf5572b6c11f36f13fd9395b4f.