content based router does not work anymore because of wrong evaluate mode
-------------------------------------------------------------------------
Key: SM-1352
URL: https://issues.apache.org/activemq/browse/SM-1352
Project: ServiceMix
Issue Type: Bug
Components: servicemix-eip
Affects Versions: 3.2
Reporter: Thomas Termin
Assignee: Thomas Termin
Priority: Critical
Fix For: 3.2.2
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
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.