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
             Fix For: 1.4.0


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.

Reply via email to