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

Hadrian Zbarcea updated CAMEL-188:
----------------------------------

    Fix Version/s: 1.3.0

> Filter doesn't stop pipeline execution when not matched
> -------------------------------------------------------
>
>                 Key: CAMEL-188
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-188
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-core
>            Reporter: Dejan Predovic
>             Fix For: 1.3.0
>
>
> <route>
>             <from uri="direct:foo"/>
>             <filter>
>                 <xpath>
>                     /alwaysFalse
>                 </xpath>
>             </filter>
>             <to uri="mock:foo"/>
> </route>
> Exchange to mock:foo gets executed even when expression evaluates to false. 
> when it evaluates to true, it doesn't get executed twice.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to