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