[
https://issues.apache.org/activemq/browse/SM-1352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=42781#action_42781
]
Thomas Termin commented on SM-1352:
-----------------------------------
Author: tterm
Date: Tue May 13 07:27:30 2008
New Revision: 655880
URL: http://svn.apache.org/viewvc?rev=655880&view=rev
Log:
revert SM-1352 because was fixed
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.