Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Complete
-
Affects Version/s: 2.2. GA
-
Component/s: Core
-
Labels:
Description
When the ExpressionEvaluatingRequestHandlerAdvice detects an exception in the handler call, it is wrapped in a ThrowableHolderException. This is an internal device in the AbstractRequestHandlerAdvice and should not be exposed to users. The cause should be unwrapped before sending the ErrorMessage to the failureChannel.