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/11/21 12:53:52 UTC

[jira] Resolved: (CAMEL-2209) SetBody DSL should remove specialized Message as its no long apply

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

Claus Ibsen resolved CAMEL-2209.
--------------------------------

    Resolution: Fixed

trunk: 882887.

> SetBody DSL should remove specialized Message as its no long apply
> ------------------------------------------------------------------
>
>                 Key: CAMEL-2209
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2209
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 1.6.1, 2.0.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.1.0
>
>
> Also an issue from
> http://old.nabble.com/Original-message-body-lost-in-transacted-route-to26451809.html
> This issue is because the JmsMessage is still set as the IN message object and it contain the backing javax.jms.Message object. So when you for example use the setBody DSL to set a {{null} body or empty body then it may fallback and look into the specialized JmsMessage object.
> Set SetBodyProcessor should set a new DefaultMessage with the headers propagated and the new body evaluated.

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