sample-callback-ws-service fails to callback to the 2nd instance of 
sample-callback-ws-client
---------------------------------------------------------------------------------------------

                 Key: TUSCANY-1965
                 URL: https://issues.apache.org/jira/browse/TUSCANY-1965
             Project: Tuscany
          Issue Type: Bug
          Components: Java SCA Core Runtime
    Affects Versions: Java-SCA-Next
            Reporter: Raymond Feng
            Priority: Critical


Start the sample-callback-ws-service, and then run sample-callback-ws-client. 
It will be successful for the first time. Then run sample-callback-ws-client 
again, the sample-callback-ws-service will fail to callback with a 
ConnectException.

Here is the problem behind, say the client starts the "callback service": at 
port X, then service side set X into the wire for the callback. When the client 
runs for the 2nd time, the "callback service" listens on a new port Y, but the 
service side still use the staled port X to make the callback.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to