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

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: 03/13/2007 12:40:25
Time to build: 171 minutes 30 seconds
Last changed: 03/13/2007 01:40:01
Last log entry: JBREM-654: Removed exclusion of server socket refresh unit tests.

 Unit Tests: (1128)  Total Errors and Failures: (7)
testSerializableorg.jboss.test.remoting.marshall.encrypt.EncryptionStandaloneTestCase(java_serialization)
testSerializableorg.jboss.test.remoting.marshall.encrypt.EncryptionStandaloneTestCase(jboss_serialization)
testServerRestartorg.jboss.test.remoting.transport.bisocket.BisocketTestCase(java_serialization)
unknownorg.jboss.test.remoting.marshall.encrypt.EncryptingMarshallerTestCase(java_serialization)
unknownorg.jboss.test.remoting.marshall.encrypt.EncryptingMarshallerTestCase(java_serialization)
unknownorg.jboss.test.remoting.marshall.encrypt.EncryptingMarshallerTestCase(jboss_serialization)
testForLeaksorg.jboss.test.remoting.transport.bisocket.BisocketTestCase(java_serialization)
 

 Modifications since last build:  (first 50 of 11)
1.88.2.11modifiedrsigal/build.xmlJBREM-654: Removed exclusion of server socket refresh unit tests.
1.88.2.10modifiedrsigal/build.xmlJBREM-690, JBREM-724: (1) Added OpenConnectionChecker to jboss-remoting-socket-client.jar; (2) now can create bisocket jars.
1.4.2.2modifiedrsigaldocs/guide/en/chap8.xmlJBREM-657: Reformated paragraphs so could compare with HEAD.
1.1.2.1modifiedrsigaldocs/guide/en/images/bisocket1.pngJBREM-650: Graphics for bisocket section.
1.1.2.1modifiedrsigaldocs/guide/en/images/bisocket2.pngJBREM-650: Graphics for bisocket section.
1.1.2.1modifiedrsigaldocs/guide/en/images/bisocket3.pngJBREM-650: Graphics for bisocket section.
1.4.2.1modifiedrsigaldocs/guide/en/chap8.xmlJBREM-657: Added link to secion for use in quick disconnect section of chapter 5.
1.12.2.8modifiedrsigaldocs/guide/en/chap5.xmlJBREM-298, JBREM-598, JBREM-605, JBREM-634, JBREM-650, JBREM-657: Added sections on (1) socket creation listeners; (2) per invocation timeouts; (3) callback acknowledgements; (4) bisocket transport; (5) quick disconnects. (6) Reorganized callback section.
1.3.2.4modifiedrsigalsrc/main/org/jboss/remoting/transport/sslsocket/SSLSocketClientInvoker.javaJBREM-657: createSocket() checks for per invocation timeout.
1.1.2.6modifiedrsigalsrc/main/org/jboss/remoting/transport/sslbisocket/SSLBisocketClientInvoker.javaJBREM-642, JBREM-657: createSocket() (1) sets reuse address correctly, and (2) check for per invocation timeout.
1.1.2.14modifiedrsigalsrc/main/org/jboss/remoting/transport/bisocket/BisocketServerInvoker.javaJBREM-722: Made MAX_INITIAL_ATTEMPTS static.