View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-remoting-testsuite-1.5?log=log20060830010502

TESTS FAILED
Ant Error Message: /services/cruisecontrol/work/scripts/build-jboss-remoting.xml:94: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-common-targets.xml:11: Build Successful - Tests completed with errors or failures.
Date of build: 08/30/2006 01:05:02
Time to build: 93 minutes 24 seconds
Last changed: 08/29/2006 21:05:54
Last log entry: JBREM-592: Changed a comment.

 Unit Tests: (587)  Total Errors and Failures: (5)
testStartorg.jboss.test.remoting.concurrent.remote.ConcurrentTestCase(jboss_serialization)
testStartorg.jboss.test.remoting.transport.multiplex.connection.socketfactory.by_mbean.SocketFactoryByMBeanTestCase(jboss_serialization)
testStartorg.jboss.test.remoting.transporter.proxy.local.TransporterProxyLocalTestCase(java_serialization)
unknownorg.jboss.test.remoting.transport.multiplex.LateClientShutdownTestCase(java_serialization)
unknownorg.jboss.test.remoting.transport.multiplex.LateClientShutdownTestCase(jboss_serialization)
 

 Modifications since last build:  (first 50 of 19)
1.4modifiedrsigalsrc/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIPerformanceClient.javaJBREM-592: Changed a comment.
1.3modifiedrsigalsrc/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIClientService.xmlJBREM-592: Callback servers are now exported programmatically.
1.1addedrsigalsrc/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMICallbackServerService.xml.saveJBREM-592: SpringRMICallbackServerService.xml is no longer used.
1.2modifiedrsigalsrc/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIServerImpl.javaJBREM-592: Passes sessionId to SpringRMIHandler() constructor.
1.3modifiedrsigalsrc/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIPerformanceClient.javaJBREM-592: Callback servers are now exported programatically under name ending in sessionId.
1.2modifiedrsigalsrc/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIHandler.javaJBREM-592: (1) New constructor gets sessionId parameter. (2) Callback are created programmatically instead of declaratively, and registered with a name ending in sessionId.
1.83modifiedtelrod/build.xmlUpdated release files for new version, 2.0.0.GA and included release notes.
1.11modifiedtelroddocs/README.txtUpdated release files for new version, 2.0.0.GA and included release notes.
1.6modifiedtelroddocs/guide/en/chap16.xmlUpdated release files for new version, 2.0.0.GA and included release notes.
1.35modifiedtelroddocs/guide/en/master.xmlUpdated release files for new version, 2.0.0.GA and included release notes.
1.10modifiedtelrodsrc/main/org/jboss/remoting/Version.javaUpdated release files for new version, 2.0.0.GA and included release notes.
1.2modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/multiplex/LateClientShutdownTestClient.javaJBREM-593: Added a synchronizing ServerSocket.
1.2modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/multiplex/LateClientShutdownTestServer.javaJBREM-593: Added a synchronizing ServerSocket.
1.3modifiedrsigalsrc/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIPerformanceTestCase.javaJBREM-592: Lengthened timeout periods and added some logging.
1.2modifiedrsigalsrc/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIPerformanceClient.javaJBREM-592: Put loading of SpringRMIClientService.xml in a loop to avoid problems when creating multiple callback servers.
1.2modifiedrsigalsrc/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIPerformanceServer.javaJBREM-592: Extened time server runs.
1.2modifiedrsigalsrc/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIServerService.xmlJBREM-592: Commented out servicePort property to avoid bind port collisions.
1.28modifiedtelrodsrc/main/org/jboss/remoting/transport/http/HTTPClientInvoker.javaJBREM-569 - update HTTPCleintInvoker to use the generated locator url instead of the original locator uri.
1.2modifiedtelrodsrc/main/org/jboss/remoting/transport/sslsocket/SSLSocketClientInvoker.javaJBREM-590 - updated SSLSocketClientInvoker to pass config metadata map to the SSLSocketBuilder.