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 2006/12/06 20:05:23 UTC

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

     [ http://issues.apache.org/jira/browse/TUSCANY-976?page=all ]

Ignacio Silva-Lepe reassigned TUSCANY-976:
------------------------------------------

    Assignee: Ignacio Silva-Lepe

> Multiple Callbacks fail
> -----------------------
>
>                 Key: TUSCANY-976
>                 URL: http://issues.apache.org/jira/browse/TUSCANY-976
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Core
>            Reporter: Lou Amodeo
>         Assigned To: Ignacio Silva-Lepe
>
> 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: http://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