You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Thomas Termin (JIRA)" <ji...@apache.org> on 2008/05/13 14:56:55 UTC

[jira] Work started: (SM-1352) content based router does not work anymore because of wrong evaluate mode

     [ https://issues.apache.org/activemq/browse/SM-1352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on SM-1352 started by Thomas Termin.

> 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.