-
Bug
-
Resolution: Done
-
Major
-
fuse-7.10-GA
-
None
-
False
-
None
-
False
-
%
-
-
Todo
-
When a nested method requiring transaction support (TxType.REQUIRED, txType.MANDATORY) is invoked after calling javax.transaction.TransactionManager::begin(), attempts to create and then read entities within the scope of the second method fail and calling get on the DAO returns null.
Changing the annotation to txType.REQUIRES_NEW avoids this, but this starts a new transaction context.
- is related to
-
ENTESB-18848 EntityManager not shared with parent context.
- Done
- relates to
-
ENTESB-16720 JPA persistence contexts not synchronized with JTA transactions propagation
- Done
- links to