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 2009/07/22 11:22:14 UTC

[jira] Created: (CXF-2350) JBIConduitOutputStream should copy properties between JBI NormalizedMessage and cxf message invocation context

JBIConduitOutputStream should copy properties between JBI NormalizedMessage and cxf message invocation context
--------------------------------------------------------------------------------------------------------------

                 Key: CXF-2350
                 URL: https://issues.apache.org/jira/browse/CXF-2350
             Project: CXF
          Issue Type: Improvement
            Reporter: Freeman Fang
            Assignee: Freeman Fang
             Fix For: 2.0.12, 2.1.6, 2.2.3, 2.3


so that client proxy in servicemix can use ((BindingProvider)proxy).getRequestContext()/ ((BindingProvider)proxy).getResponseContext() to set /get properies from the NormalizedMesssage.

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


[jira] Updated: (CXF-2350) JBIConduitOutputStream should copy properties between JBI NormalizedMessage and cxf message invocation context

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

Freeman Fang updated CXF-2350:
------------------------------

    Description: so that client proxy in servicemix can use ((BindingProvider)proxy).getRequestContext().put("property-name")/ ((BindingProvider)proxy).getResponseContext().get("property") to set /get properies from the NormalizedMesssage.  (was: so that client proxy in servicemix can use ((BindingProvider)proxy).getRequestContext()/ ((BindingProvider)proxy).getResponseContext() to set /get properies from the NormalizedMesssage.)

> JBIConduitOutputStream should copy properties between JBI NormalizedMessage and cxf message invocation context
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: CXF-2350
>                 URL: https://issues.apache.org/jira/browse/CXF-2350
>             Project: CXF
>          Issue Type: Improvement
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: 2.0.12, 2.1.6, 2.2.3, 2.3
>
>
> so that client proxy in servicemix can use ((BindingProvider)proxy).getRequestContext().put("property-name")/ ((BindingProvider)proxy).getResponseContext().get("property") to set /get properies from the NormalizedMesssage.

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


[jira] Resolved: (CXF-2350) JBIConduitOutputStream should copy properties between JBI NormalizedMessage and cxf message invocation context

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

Freeman Fang resolved CXF-2350.
-------------------------------

    Resolution: Fixed

commit fix
http://svn.apache.org/viewvc?rev=796648&view=rev for trunk
http://svn.apache.org/viewvc?rev=796655&view=rev for 2.2.x branch
http://svn.apache.org/viewvc?rev=796659&view=rev for 2.1.x branch
http://svn.apache.org/viewvc?rev=796660&view=rev for 2.0.x branch

> JBIConduitOutputStream should copy properties between JBI NormalizedMessage and cxf message invocation context
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: CXF-2350
>                 URL: https://issues.apache.org/jira/browse/CXF-2350
>             Project: CXF
>          Issue Type: Improvement
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: 2.0.12, 2.1.6, 2.2.3, 2.3
>
>
> so that client proxy in servicemix can use ((BindingProvider)proxy).getRequestContext()/ ((BindingProvider)proxy).getResponseContext() to set /get properies from the NormalizedMesssage.

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