-
Bug
-
Resolution: Done
-
Blocker
-
7.0.1.Final
-
None
-
Medium
-
Heuristics are correctly reported when using multiple last resources
When multiple last resources is enabled (CoreEnvironmentBean.setAllowMultipleLastResources) and the first resource commits but the second one rolls back then the transaction outcome is reported as rolled back but is should be reported as completed it with mixed results (TwoPhaseOutcome.HEURISTIC_MIXED).
I've marked it as a blocker because it is needed to workaround a quarkus regression.