Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Won't Fix or Usage Issue
-
Affects Version/s: 3.2.2 (EE only)
-
Fix Version/s: None
-
Component/s: Core: Exception Handling
-
Labels:None
-
User impact:High
-
Similar Issues:None
-
Effort:M
-
% Users Impacted:20-40%
Description
When a flow starts a transaction, and the it gets to another endpoint through an outbound endpoint, if that outbound endpoint has transaction action NONE then transaction is commit, but if a MP in the response MPs fails transaction should be rollback but it is not since it was already commit.
See test case : org.mule.transport.vm.functional.transactions.VmExceptionStrategyTestCase
did we fix this issue already?