You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2008/08/21 05:20:44 UTC

[jira] Commented: (CXF-1755) JMSConduit need copy protocol headers to response in Message

    [ https://issues.apache.org/jira/browse/CXF-1755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12624236#action_12624236 ] 

Freeman Fang commented on CXF-1755:
-----------------------------------

populate headers for inMessage directly instead of changing OutMessage

http://svn.apache.org/viewvc?rev=687535&view=rev
http://svn.apache.org/viewvc?rev=687543&view=rev

> JMSConduit need copy protocol headers to response in Message
> ------------------------------------------------------------
>
>                 Key: CXF-1755
>                 URL: https://issues.apache.org/jira/browse/CXF-1755
>             Project: CXF
>          Issue Type: Bug
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: 2.0.9, 2.2
>
>
> need add 
> inMessage.put(Message.PROTOCOL_HEADERS,outMessage.get(Message.PROTOCOL_HEADERS));
> this is needed to fix
> http://issues.apache.org/activemq/browse/SM-1508

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