You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Ignacio Silva-Lepe (JIRA)" <tu...@ws.apache.org> on 2007/01/05 20:20:27 UTC

[jira] Closed: (TUSCANY-976) Multiple Callbacks fail

     [ https://issues.apache.org/jira/browse/TUSCANY-976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ignacio Silva-Lepe closed TUSCANY-976.
--------------------------------------


> Multiple Callbacks fail
> -----------------------
>
>                 Key: TUSCANY-976
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-976
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Core
>            Reporter: Lou Amodeo
>         Assigned To: Ignacio Silva-Lepe
>             Fix For: Java-Mx
>
>         Attachments: test-CallBackBasic.zip
>
>
> I have a stateless service that performs multiple callbacks.  The first callback is successful.  The next callback hangs during the call to the callback method.   
>  public void multiCallBack(String aString) { 
> 		
> 	  System.out.println("CallBackBasicServiceImpl message received: " + aString);
> 	  callback.callBackIncrement("Who's There 1"); 
> 	  System.out.println("CallBackBasicServiceImpl response sent");
> 	  callback.callBackIncrement("Who's There 2"); 
> 	  System.out.println("CallBackBasicServiceImpl response sent");
> 	  callback.callBackIncrement("Who's There 3"); 
> 	  System.out.println("CallBackBasicServiceImpl response sent");	 
> 	  return; 
> 		  
> 	}  

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org