Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.3.1
-
Component/s: Modules: Scripting
-
Labels:
-
User impact:Medium
-
Similar Issues:None
Description
According to http://www.mulesoft.org/documentation/display/MULECDEV/Improve+Groovy+Expression+Evaluator+Context the "exception" shortcut should be equivalent to "message.getExceptionPayload().getException()" but that is not the case.
The value of "exception" is "message.getExceptionPayload().getException().getCause()"
Fix the issue or update the especification
Daniel Feist, please say if code or docs should change