[
https://issues.apache.org/activemq/browse/SM-1352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Thomas Termin resolved SM-1352.
-------------------------------
Resolution: Fixed
uthor: tterm
Date: Tue May 13 05:57:38 2008
New Revision: 655846
URL: http://svn.apache.org/viewvc?rev=655846&view=rev
Log:
SM-1352 content based router does not work anymore because of wrong evaluate
mode
Modified:
servicemix/smx3/branches/servicemix-3.2/deployables/serviceengines/servicemix-eip/src/main/java/org/apache/servicemix/eip/support/XPathPredicate.java
> 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.