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

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: 10/31/2006 09:10:13
Time to build: 71 minutes 27 seconds
Last changed: 10/30/2006 23:37:53
Last log entry: JBREM-597 - changed to raw socket stream passed to marshaller and unmarshaller instead of being wrapped in object stream beforehand.

 Unit Tests: (309)  Total Errors and Failures: (6)
testStartorg.jboss.test.remoting.lease.multiplex.MultiplexLeaseTestCase(java_serialization)
testSerializableorg.jboss.test.remoting.marshall.encrypt.EncryptionStandaloneTestCase(java_serialization)
testHTTPProxyInvocationViaSystemConfigorg.jboss.test.remoting.transport.http.proxy.HTTPInvokerProxyTestCase(java_serialization)
testStartorg.jboss.test.remoting.transport.socket.connection.SocketConnectionCheckTestCase(java_serialization)
testStartorg.jboss.test.remoting.transport.socket.connection.SocketConnectionTestCase(java_serialization)
testStartorg.jboss.test.remoting.transport.socket.raw.RawTestCase(java_serialization)
 

 Modifications since last build:  (first 50 of 9)
1.16modifiedtelrodsrc/main/org/jboss/remoting/transport/socket/ClientSocketWrapper.javaJBREM-597 - changed to raw socket stream passed to marshaller and unmarshaller instead of being wrapped in object stream beforehand.
1.15modifiedtelrodsrc/main/org/jboss/remoting/transport/socket/ServerSocketWrapper.javaJBREM-597 - changed to raw socket stream passed to marshaller and unmarshaller instead of being wrapped in object stream beforehand.
1.2modifiedtelrodsrc/tests/org/jboss/test/remoting/transport/socket/connection/SocketConnectionCheckTestCase.javaJBREM-597 - changed to raw socket stream passed to marshaller and unmarshaller instead of being wrapped in object stream beforehand.
1.2modifiedtelrodsrc/tests/org/jboss/test/remoting/transport/socket/connection/SocketConnectionCheckTestClient.javaJBREM-597 - changed to raw socket stream passed to marshaller and unmarshaller instead of being wrapped in object stream beforehand.
1.2modifiedtelrodsrc/tests/org/jboss/test/remoting/transport/socket/connection/SocketConnectionCheckTestServer.javaJBREM-597 - changed to raw socket stream passed to marshaller and unmarshaller instead of being wrapped in object stream beforehand.
1.5modifiedtelrodsrc/tests/org/jboss/test/remoting/transport/socket/connection/SocketTestClient.javaJBREM-597 - changed to raw socket stream passed to marshaller and unmarshaller instead of being wrapped in object stream beforehand.
1.4modifiedtelrodsrc/tests/org/jboss/test/remoting/transport/socket/connection/SocketTestServer.javaJBREM-597 - changed to raw socket stream passed to marshaller and unmarshaller instead of being wrapped in object stream beforehand.
1.9modifiedtelrodsrc/main/org/jboss/remoting/serialization/impl/java/JavaSerializationManager.javaJBREM-597 - changed to raw socket stream passed to marshaller and unmarshaller instead of being wrapped in object stream beforehand.
1.23modifiedrsigalsrc/main/org/jboss/remoting/transport/coyote/CoyoteInvoker.javaJBREM-621: Turned the boolean receivedInvocationRequest to a ThreadLocal.