You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Simon Laws (JIRA)" <de...@tuscany.apache.org> on 2010/11/17 10:47:14 UTC

[jira] Created: (TUSCANY-3787) The Java callback pattern of the aynch programming model is not implemented correctly

The Java callback pattern of the aynch programming model is not implemented correctly
-------------------------------------------------------------------------------------

                 Key: TUSCANY-3787
                 URL: https://issues.apache.org/jira/browse/TUSCANY-3787
             Project: Tuscany
          Issue Type: Sub-task
    Affects Versions: Java-SCA-2.0-Beta1
         Environment: all
            Reporter: Simon Laws
             Fix For: Java-SCA-2.0


Currently the CallbackHandler provided by the client does not appear to be called back at the point at which the response arrives at the client. Instead the callback is called as the point at which to forward call is sent. 

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


[jira] Commented: (TUSCANY-3787) The Java callback pattern of the aynch programming model is not implemented correctly

Posted by "Mike Edwards (JIRA)" <de...@tuscany.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-3787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12969747#action_12969747 ] 

Mike Edwards commented on TUSCANY-3787:
---------------------------------------

Fix for the server side issue committed under 1043984

> The Java callback pattern of the aynch programming model is not implemented correctly
> -------------------------------------------------------------------------------------
>
>                 Key: TUSCANY-3787
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3787
>             Project: Tuscany
>          Issue Type: Sub-task
>    Affects Versions: Java-SCA-2.0-Beta1
>         Environment: all
>            Reporter: Simon Laws
>             Fix For: Java-SCA-2.0
>
>
> Currently the CallbackHandler provided by the client does not appear to be called back at the point at which the response arrives at the client. Instead the callback is called as the point at which to forward call is sent. 
> Also, on the server side, the ResponseDispatchImpl handles the callback information incorrectly (should simply use the callback EPR) rather than attempting to ready any address itself.

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


[jira] Updated: (TUSCANY-3787) The Java callback pattern of the aynch programming model is not implemented correctly

Posted by "Mike Edwards (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-3787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Edwards updated TUSCANY-3787:
----------------------------------

    Description: 
Currently the CallbackHandler provided by the client does not appear to be called back at the point at which the response arrives at the client. Instead the callback is called as the point at which to forward call is sent. 

Also, on the server side, the ResponseDispatchImpl handles the callback information incorrectly (should simply use the callback EPR) rather than attempting to ready any address itself.

  was:Currently the CallbackHandler provided by the client does not appear to be called back at the point at which the response arrives at the client. Instead the callback is called as the point at which to forward call is sent. 


> The Java callback pattern of the aynch programming model is not implemented correctly
> -------------------------------------------------------------------------------------
>
>                 Key: TUSCANY-3787
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3787
>             Project: Tuscany
>          Issue Type: Sub-task
>    Affects Versions: Java-SCA-2.0-Beta1
>         Environment: all
>            Reporter: Simon Laws
>             Fix For: Java-SCA-2.0
>
>
> Currently the CallbackHandler provided by the client does not appear to be called back at the point at which the response arrives at the client. Instead the callback is called as the point at which to forward call is sent. 
> Also, on the server side, the ResponseDispatchImpl handles the callback information incorrectly (should simply use the callback EPR) rather than attempting to ready any address itself.

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