The Continuum build is failing because the unit test for the new sample callback-ws-client that I recently added to the build is selecting port 8080 for the callback, and this port is already in use on the build server.
The Web Service binding used to use a hard-wired value of port 8085 by default, if no explicit port was specified in the binding or the WSDL. This allowed samples and itests that use callbacks over Web services to run on the Continuum server, because port 8085 was not in use. The code in the Web Service binding was changed within the last few weeks to remove the hard-coded value and now seems to be allocating port 8080 by default. How is this allocation determined, and how can I force some other port to be chosen? For now I have removed the callback-ws-client sample from the build until this issue is resolved. Simon --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
