Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 2.1.3
-
Fix Version/s: 2.2.6 (EE only)
-
Component/s: Core: Exception Handling
-
Labels:
-
Environment:
Standalone
-
User impact:High
-
Configuration:
-
Similar Issues:None
Description
If you create a service with transactional endpoints and an error is thrown in the service. Then the Exception handler is invoked twice for the same error from these 2 methods.
AbstractService.handleException()
TransactionTemplate.execute()
Issue Links
- relates to
-
MULE-4338
Transaction on exception-strategy endpoint may be ignored
-
Is there a test case? Also any idea if this happens in 2.2.1 also?