Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
Java-SCA-1.x
-
None
Description
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.