You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2009/01/07 17:47:07 UTC

[jira] Resolved: (CAMEL-1233) Pipeline could change the MEP unintended

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

Claus Ibsen resolved CAMEL-1233.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5.1

> Pipeline could change the MEP unintended
> ----------------------------------------
>
>                 Key: CAMEL-1233
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1233
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 1.5.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Critical
>             Fix For: 1.5.1, 2.0.0
>
>         Attachments: CAMEL-1233.patch
>
>
> When exchanges is processed from pipeline they result is copyed as input to the next exchange. However during this copy Camel could potentially change the MEP to InOut. It should respect the original MEP.
> The flaw is in ExchangeHelper#copyResults
> Fixing this also forces end users to use the correct send/request method on ProducerTemplate. Now Camel will keep the MEP.
> So if you are using send then its *inOnly* and then you the there is no result. Use *request* for InOut MEP's.
> This breaks a few of our own unit testing that was using the wrong method.

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