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/20 15:46:44 UTC

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

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


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.


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

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
    [ 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.


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

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang resolved CXF-1755.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2
                   2.0.9

commit fix http://svn.apache.org/viewvc?rev=687359&view=rev to 2.0.x branch
http://svn.apache.org/viewvc?rev=687363&view=rev to trunk

> 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.


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

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang reassigned CXF-1755:
---------------------------------

    Assignee: Freeman Fang

> 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
>
> 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.