-
Bug
-
Resolution: Done
-
Major
-
fuse-7.10.1-GA
-
None
-
False
-
None
-
False
-
%
-
-
+
-
Automated
-
-
This is a follow-up to ENTESB-16720. When invoking a bean method annotated with @Transactional(TxType.SUPPORTS) from an existing scope (from a method annotated with @Transactional(TxType.REQUIRED) or @Transactional(TxType.REQUIRES_NEW), the invocation fails with:
java.lang.RuntimeException: Entity created by the parent context not found! EntityManager not shared with parent context.
Changing the attribute from SUPPORTS to MANDATORY allows the transaction to proceed, so it appears that there is a valid transaction context, but for some reason it is not looked up / found when SUPPORTS is used.
- relates to
-
ENTESB-16720 JPA persistence contexts not synchronized with JTA transactions propagation
- Done
-
ENTESB-18849 Attempts to get / read entities fail when using an external transaction context
- Done
- links to