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

BUILD TIMED OUT
Ant Error Message: build timeout
Date of build: 11/14/2007 03:09:06
Time to build: 
Last changed: 11/14/2007 02:03:33
Last log entry: JBREM-820: Set sessionId on callback Client once in init().

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

 Modifications since last build:  (first 50 of 7)
1.15.2.15modifiedrsigalsrc/main/org/jboss/remoting/callback/ServerInvokerCallbackHandler.javaJBREM-820: Set sessionId on callback Client once in init().
1.30.2.15modifiedrsigalsrc/main/org/jboss/remoting/transport/socket/SocketServerInvoker.javaJBREM-807, JBREM-821: (1) cancel IdleTimerTask in cleanup(); (2) IdleTimerTask doesn't shut down ServerThreads in synchronized block.
1.29.2.26modifiedrsigalsrc/main/org/jboss/remoting/transport/socket/ServerThread.javaJBREM-807, JBREM-821: (1) Moved processNewSocket() from constructor and startup() to run(); (2) moved notifyAll() in run(); (3) moved body of shutdown() to evict(), so that shutdown() calls evict(); (4) removed unblock().
1.27.2.6modifiedrsigalsrc/main/org/jboss/remoting/transport/Connector.javaJBREM-800: Added logging to stop().
1.1.2.6modifiedrsigalsrc/tests/org/jboss/test/remoting/shutdown/ShutdownTestParent.javaJBREM-800: In testClosingClient(), give client more time to shut down.
1.1.2.9modifiedrsigalsrc/tests/org/jboss/test/remoting/shutdown/AbstractClient.javaJBREM-800: Extended Thread.sleep() in final thread.
1.1.2.3modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/socket/timeout/SocketPerInvocationTimeoutTestCase.javaJBREM-800: Removed second invocation in testNewSocketTimeout(), which is no longer necessary since ServerThreads close their sockets when they shut down.