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

[jira] Created: (CXF-1825) Allow request/response contexts access when using JCA outbound connector

Allow request/response contexts access when using JCA outbound connector
------------------------------------------------------------------------

                 Key: CXF-1825
                 URL: https://issues.apache.org/jira/browse/CXF-1825
             Project: CXF
          Issue Type: Improvement
          Components: Integration
            Reporter: William Tam
             Fix For: 2.2


Currently, CXF inbound connector dynamic proxy does not expose javax.xml.ws.BindingProvider interface so client code can't do the following to access request/response contexts.

Greeter greeter = null;
greeter = (Greeter)getServiceConnection(); //retrieve proxy (here using JCA connector)
Map<String, Object> requestContext = ((BindingProvider)greeter).getRequestContext(); 

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


[jira] Assigned: (CXF-1825) Allow request/response contexts access when using JCA outbound connector

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

Willem Jiang reassigned CXF-1825:
---------------------------------

    Assignee: Willem Jiang

> Allow request/response contexts access when using JCA outbound connector
> ------------------------------------------------------------------------
>
>                 Key: CXF-1825
>                 URL: https://issues.apache.org/jira/browse/CXF-1825
>             Project: CXF
>          Issue Type: Improvement
>          Components: Integration
>            Reporter: William Tam
>            Assignee: Willem Jiang
>             Fix For: 2.2
>
>         Attachments: CXF-1825.patch
>
>
> Currently, CXF inbound connector dynamic proxy does not expose javax.xml.ws.BindingProvider interface so client code can't do the following to access request/response contexts.
> Greeter greeter = null;
> greeter = (Greeter)getServiceConnection(); //retrieve proxy (here using JCA connector)
> Map<String, Object> requestContext = ((BindingProvider)greeter).getRequestContext(); 

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


[jira] Resolved: (CXF-1825) Allow request/response contexts access when using JCA outbound connector

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

Willem Jiang resolved CXF-1825.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.3
                   2.0.9

Applied path with thanks to William
trunk
http://svn.apache.org/viewvc?rev=699540&view=rev

2.1.x
http://svn.apache.org/viewvc?rev=699542&view=rev

2.0.x
http://svn.apache.org/viewvc?rev=699545&view=rev


> Allow request/response contexts access when using JCA outbound connector
> ------------------------------------------------------------------------
>
>                 Key: CXF-1825
>                 URL: https://issues.apache.org/jira/browse/CXF-1825
>             Project: CXF
>          Issue Type: Improvement
>          Components: Integration
>            Reporter: William Tam
>            Assignee: Willem Jiang
>             Fix For: 2.0.9, 2.1.3, 2.2
>
>         Attachments: CXF-1825.patch
>
>
> Currently, CXF inbound connector dynamic proxy does not expose javax.xml.ws.BindingProvider interface so client code can't do the following to access request/response contexts.
> Greeter greeter = null;
> greeter = (Greeter)getServiceConnection(); //retrieve proxy (here using JCA connector)
> Map<String, Object> requestContext = ((BindingProvider)greeter).getRequestContext(); 

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


[jira] Updated: (CXF-1825) Allow request/response contexts access when using JCA outbound connector

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

William Tam updated CXF-1825:
-----------------------------

    Attachment: CXF-1825.patch

> Allow request/response contexts access when using JCA outbound connector
> ------------------------------------------------------------------------
>
>                 Key: CXF-1825
>                 URL: https://issues.apache.org/jira/browse/CXF-1825
>             Project: CXF
>          Issue Type: Improvement
>          Components: Integration
>            Reporter: William Tam
>             Fix For: 2.2
>
>         Attachments: CXF-1825.patch
>
>
> Currently, CXF inbound connector dynamic proxy does not expose javax.xml.ws.BindingProvider interface so client code can't do the following to access request/response contexts.
> Greeter greeter = null;
> greeter = (Greeter)getServiceConnection(); //retrieve proxy (here using JCA connector)
> Map<String, Object> requestContext = ((BindingProvider)greeter).getRequestContext(); 

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