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/09/01 06:13:44 UTC

[jira] Created: (CXF-1776) cxf client api should support async invocation

cxf client api should support async invocation
----------------------------------------------

                 Key: CXF-1776
                 URL: https://issues.apache.org/jira/browse/CXF-1776
             Project: CXF
          Issue Type: New Feature
    Affects Versions: 2.1.2, 2.0.8
            Reporter: Freeman Fang


related discussion on smx mailing list
http://cwiki.apache.org/SM/discussion-forums.html#nabble-td19102173%7Ca19102173

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


[jira] Commented: (CXF-1776) cxf client api should support async invocation

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-1776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12642166#action_12642166 ] 

Daniel Kulp commented on CXF-1776:
----------------------------------


Ron,

I've backported it to the 2.0.x branch.   I'm deploying a 2.0.10-SNAPSHOT build now, but you could always build from the 2.0.x branch to test it out.

Dan


> cxf client api should support async invocation
> ----------------------------------------------
>
>                 Key: CXF-1776
>                 URL: https://issues.apache.org/jira/browse/CXF-1776
>             Project: CXF
>          Issue Type: New Feature
>    Affects Versions: 2.0.8, 2.1.2
>            Reporter: Freeman Fang
>            Assignee: Daniel Kulp
>             Fix For: 2.1.4
>
>
> related discussion on smx mailing list
> http://cwiki.apache.org/SM/discussion-forums.html#nabble-td19102173%7Ca19102173

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


[jira] Commented: (CXF-1776) cxf client api should support async invocation

Posted by "Ron Gavlin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-1776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12642213#action_12642213 ] 

Ron Gavlin commented on CXF-1776:
---------------------------------

Dan,

This is great news. Thanks for your efforts.

/Ron

> cxf client api should support async invocation
> ----------------------------------------------
>
>                 Key: CXF-1776
>                 URL: https://issues.apache.org/jira/browse/CXF-1776
>             Project: CXF
>          Issue Type: New Feature
>    Affects Versions: 2.0.8, 2.1.2
>            Reporter: Freeman Fang
>            Assignee: Daniel Kulp
>             Fix For: 2.1.4
>
>
> related discussion on smx mailing list
> http://cwiki.apache.org/SM/discussion-forums.html#nabble-td19102173%7Ca19102173

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


[jira] Updated: (CXF-1776) cxf client api should support async invocation

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

Willem Jiang updated CXF-1776:
------------------------------

    Fix Version/s: 2.1.4

move it to CXF 2.1.4

> cxf client api should support async invocation
> ----------------------------------------------
>
>                 Key: CXF-1776
>                 URL: https://issues.apache.org/jira/browse/CXF-1776
>             Project: CXF
>          Issue Type: New Feature
>    Affects Versions: 2.0.8, 2.1.2
>            Reporter: Freeman Fang
>            Assignee: Daniel Kulp
>             Fix For: 2.1.4
>
>
> related discussion on smx mailing list
> http://cwiki.apache.org/SM/discussion-forums.html#nabble-td19102173%7Ca19102173

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


[jira] Commented: (CXF-1776) cxf client api should support async invocation

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-1776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12641247#action_12641247 ] 

Daniel Kulp commented on CXF-1776:
----------------------------------


The Client api in the core and simple frontend is done and the JMS transport will now work great with it.

In the JAX-WS frontend, the async methods on the generated proxies now use the new API's on the client.  

The main thing that is not done is the Async methods on the Dispatch JAX-WS clients.   That's either going to require duplicating some code into the dispatch clients code or, preferrably, do some major dispatch client cleanup to get it using more of the client code in core (so things like ws-addr, etc.. would work correctly as well).

> cxf client api should support async invocation
> ----------------------------------------------
>
>                 Key: CXF-1776
>                 URL: https://issues.apache.org/jira/browse/CXF-1776
>             Project: CXF
>          Issue Type: New Feature
>    Affects Versions: 2.0.8, 2.1.2
>            Reporter: Freeman Fang
>            Assignee: Daniel Kulp
>             Fix For: 2.1.4
>
>
> related discussion on smx mailing list
> http://cwiki.apache.org/SM/discussion-forums.html#nabble-td19102173%7Ca19102173

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


[jira] Commented: (CXF-1776) cxf client api should support async invocation

Posted by "Ron Gavlin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-1776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12641244#action_12641244 ] 

Ron Gavlin commented on CXF-1776:
---------------------------------

Hi Dan,

Are you able to characterize the work that remains before this issue can be closed?

Thanks,

/Ron

> cxf client api should support async invocation
> ----------------------------------------------
>
>                 Key: CXF-1776
>                 URL: https://issues.apache.org/jira/browse/CXF-1776
>             Project: CXF
>          Issue Type: New Feature
>    Affects Versions: 2.0.8, 2.1.2
>            Reporter: Freeman Fang
>            Assignee: Daniel Kulp
>             Fix For: 2.1.4
>
>
> related discussion on smx mailing list
> http://cwiki.apache.org/SM/discussion-forums.html#nabble-td19102173%7Ca19102173

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


[jira] Commented: (CXF-1776) cxf client api should support async invocation

Posted by "Ron Gavlin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-1776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12641618#action_12641618 ] 

Ron Gavlin commented on CXF-1776:
---------------------------------

Hi Dan,

Would it be at all possible to backport this change to the 2.0.x branch? This would allow us to leverage it much more quickly within our existing infrastructure.

/Ron

> cxf client api should support async invocation
> ----------------------------------------------
>
>                 Key: CXF-1776
>                 URL: https://issues.apache.org/jira/browse/CXF-1776
>             Project: CXF
>          Issue Type: New Feature
>    Affects Versions: 2.0.8, 2.1.2
>            Reporter: Freeman Fang
>            Assignee: Daniel Kulp
>             Fix For: 2.1.4
>
>
> related discussion on smx mailing list
> http://cwiki.apache.org/SM/discussion-forums.html#nabble-td19102173%7Ca19102173

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


[jira] Resolved: (CXF-1776) cxf client api should support async invocation

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

Daniel Kulp resolved CXF-1776.
------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.1.4)
                   2.1.3

I'm going to resolve this as the client api is done.   I'll open a new issue to refactor the dispatch clients.

> cxf client api should support async invocation
> ----------------------------------------------
>
>                 Key: CXF-1776
>                 URL: https://issues.apache.org/jira/browse/CXF-1776
>             Project: CXF
>          Issue Type: New Feature
>    Affects Versions: 2.0.8, 2.1.2
>            Reporter: Freeman Fang
>            Assignee: Daniel Kulp
>             Fix For: 2.1.3
>
>
> related discussion on smx mailing list
> http://cwiki.apache.org/SM/discussion-forums.html#nabble-td19102173%7Ca19102173

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


[jira] Commented: (CXF-1776) cxf client api should support async invocation

Posted by "Ron Gavlin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-1776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12641254#action_12641254 ] 

Ron Gavlin commented on CXF-1776:
---------------------------------

Dan,

Great news. Thanks for making this happen. Also, thanks for getting it into the 2.1.x branch rather than requiring 2.2.

/Ron

> cxf client api should support async invocation
> ----------------------------------------------
>
>                 Key: CXF-1776
>                 URL: https://issues.apache.org/jira/browse/CXF-1776
>             Project: CXF
>          Issue Type: New Feature
>    Affects Versions: 2.0.8, 2.1.2
>            Reporter: Freeman Fang
>            Assignee: Daniel Kulp
>             Fix For: 2.1.4
>
>
> related discussion on smx mailing list
> http://cwiki.apache.org/SM/discussion-forums.html#nabble-td19102173%7Ca19102173

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


[jira] Assigned: (CXF-1776) cxf client api should support async invocation

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

Daniel Kulp reassigned CXF-1776:
--------------------------------

    Assignee: Daniel Kulp

> cxf client api should support async invocation
> ----------------------------------------------
>
>                 Key: CXF-1776
>                 URL: https://issues.apache.org/jira/browse/CXF-1776
>             Project: CXF
>          Issue Type: New Feature
>    Affects Versions: 2.0.8, 2.1.2
>            Reporter: Freeman Fang
>            Assignee: Daniel Kulp
>
> related discussion on smx mailing list
> http://cwiki.apache.org/SM/discussion-forums.html#nabble-td19102173%7Ca19102173

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