Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
3.2
-
None
Description
That wont work in XPathPredicate
Boolean match = (Boolean) evaluate(exchange, in);
because it calls
evaluate(exchange, message, XPathConstants.STRING);
which results in a ClassCastException in the code above