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
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]