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

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: 11/21/2007 03:40:26
Time to build: 109 minutes 46 seconds
Last changed: 11/21/2007 02:01:58
Last log entry: JBREM-758, JBREM-792: Added several new functions.

 Unit Tests: (482)  Total Errors and Failures: (12)
testBlockingCallbackPollerorg.jboss.test.remoting.callback.pull.CallbackPollerShutdownTestCase(java_serialization)
testSerializableorg.jboss.test.remoting.marshall.encrypt.EncryptionStandaloneTestCase(java_serialization)
testClientAddressorg.jboss.test.remoting.transport.servlet.ServletClientAddressTestCase(java_serialization)
testGetAddressSeenByServerorg.jboss.test.remoting.transport.servlet.ServletClientAddressTestCase(java_serialization)
unknownorg.jboss.test.remoting.marshall.encrypt.EncryptingMarshallerTestCase(java_serialization)
unknownorg.jboss.test.remoting.marshall.encrypt.EncryptingMarshallerTestCase(java_serialization)
testClosingClientorg.jboss.test.remoting.transport.bisocket.shutdown.BisocketShutdownTestCase(java_serialization)
testWithServerThreadsInAcknowledgeorg.jboss.test.remoting.transport.bisocket.ssl.shutdown.SSLBisocketShutdownTestCase(java_serialization)
testOpenClientorg.jboss.test.remoting.transport.bisocket.ssl.shutdown.SSLBisocketShutdownTestCase(java_serialization)
testLocalAddressRequestorg.jboss.test.remoting.transport.socket.localaddress.LocalAddressTestCase(java_serialization)
testWithServerThreadsInAcknowledgeorg.jboss.test.remoting.transport.socket.ssl.shutdown.SSLSocketShutdownTestCase(java_serialization)
testOpenClientorg.jboss.test.remoting.transport.socket.ssl.shutdown.SSLSocketShutdownTestCase(java_serialization)
 

 Modifications since last build:  (first 50 of 13)
1.6.4.4modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/web/WebInvocationHandler.javaJBREM-758, JBREM-792: Added several new functions.
1.1.2.1modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/servlet/ServletClientAddressTestCase.javaJBREM-758, JBREM-792: New unit test for servlet transport.
1.52.2.37modifiedrsigalsrc/main/org/jboss/remoting/ServerInvoker.javaJBREM-792: Removed log.info() calls inadvertently left in at last commit.
1.29.2.28modifiedrsigalsrc/main/org/jboss/remoting/transport/socket/ServerThread.javaJBREM-792: Moved "$GET_CLIENT_LOCAL_ADDRESS$" functionality from ServerThread to ServerInvoker.
1.52.2.36modifiedrsigalsrc/main/org/jboss/remoting/ServerInvoker.javaJBREM-792: Implements "$GET_CLIENT_LOCAL_ADDRESS$" functionality directly in ServerInvoker.
1.53.2.38modifiedrsigalsrc/main/org/jboss/remoting/Client.javaJBREM-792: Added getAddressSeenByServer().
1.8.4.7modifiedrsigalsrc/main/org/jboss/remoting/transport/servlet/ServletServerInvoker.javaJBREM-758: Puts client address in InvocationRequest requestPayload.
1.6.4.2modifiedrsigalsrc/main/org/jboss/remoting/marshal/compress/CompressingUnMarshaller.javaJBREM-677: (1) Added getMarshallingStream(); (2) uses BufferedInputStream.
1.6.4.2modifiedrsigalsrc/main/org/jboss/remoting/marshal/compress/CompressingMarshaller.javaJBREM-677: (1) Added getMarshallingStream(); (2) uses BufferedOutputStream; (3) reordered GZIPOutputStream.finish() and ObjectOutputStream.flush().
1.29.2.27modifiedrsigalsrc/main/org/jboss/remoting/transport/socket/ServerThread.javaJBREM-758: Puts client address in InvocationRequest requestPayload.
1.17.4.4modifiedrsigalsrc/main/org/jboss/remoting/transport/rmi/RMIServerInvoker.javaJBREM-758: Puts client address in InvocationRequest requestPayload.
1.23.2.8modifiedrsigalsrc/main/org/jboss/remoting/transport/coyote/CoyoteInvoker.javaJBREM-758: Puts client address in InvocationRequest requestPayload.
1.3.4.4modifiedrsigalsrc/main/org/jboss/remoting/Remoting.javaJBREM-758: Added CLIENT_ADDRESS key.