INT-1061 Upgraded to Spring 3.0.2
This commit is contained in:
@@ -47,7 +47,7 @@ public abstract class AbstractMessageProcessor implements MessageProcessor {
|
||||
try {
|
||||
return expression.getValue(this.evaluationContext, message);
|
||||
}
|
||||
catch (EvaluationException e) {
|
||||
catch (Exception e) {
|
||||
throw new MessageHandlingException(message, "Expression evaluation failed.", e);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user