You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Willem Jiang (JIRA)" <ji...@apache.org> on 2008/06/03 06:02:00 UTC

[jira] Resolved: (CAMEL-569) CxfMessage.setMessage() method is not seem from Message interface

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

Willem Jiang resolved CAMEL-569.
--------------------------------

    Resolution: Fixed

Patch applied with thanks to Freeman.

> CxfMessage.setMessage() method is not seem from Message interface
> -----------------------------------------------------------------
>
>                 Key: CAMEL-569
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-569
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-cxf
>            Reporter: Freeman Fang
>            Assignee: Willem Jiang
>             Fix For: 1.4.0
>
>         Attachments: camel-569.patch
>
>
> CxfMessage has method setMessage(), but this methold isn't defined in the Message interface, which CxfMessage implement.
> So when different kind of message copy between differnet kind of component, the object what set by setMessage() for CxfMessage will lost since the copyFrom() method only see the method defined in Message, so the header, body could be copied but the message lost
> we should figure out a way to support the message variable in CxfMessage also get copied

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