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

BUILD TIMED OUT
Ant Error Message: build timeout
Date of build: 11/21/2007 05:33:50
Time to build: 
Last changed: 11/21/2007 02:01:58
Last log entry: JBREM-758, JBREM-792: Added several new functions.

 Unit Tests: (0)  Total Errors and Failures: (0)
 

 Modifications since last build:  (first 50 of 14)
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.1.2.2modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/socket/ssl/clientaddress/SSLSocketClientAddressTestCase.javaJBREM-792: Added addExtraCallbackConfig().
1.1.2.2modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/rmi/ssl/clientaddress/SSLRMIClientAddressTestCase.javaJBREM-792: Added addExtraCallbackConfig().
1.1.2.2modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/http/ssl/clientaddress/HttpsClientAddressTestCase.javaJBREM-792: Added addExtraCallbackConfig().
1.1.2.2modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/bisocket/ssl/clientaddress/SSLBisocketClientAddressTestCase.javaJBREM-792: Added addExtraCallbackConfig().
1.1.2.2modifiedrsigalsrc/tests/org/jboss/test/remoting/clientaddress/ClientAddressTestParent.javaJBREM-792: Added testGetAddressSeenByServer().
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().