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

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: 12/07/2006 09:41:21
Time to build: 145 minutes 59 seconds
Last changed: 12/06/2006 22:16:39
Last log entry: JBREM-622: Changed addClientLocator() and getClientLocators() to take sessionId parameter.

 Unit Tests: (681)  Total Errors and Failures: (29)
unknownorg.jboss.test.remoting.callback.asynch.AsynchCallbackTestCase(java_serialization)
testSerializableorg.jboss.test.remoting.marshall.encrypt.EncryptionStandaloneTestCase(java_serialization)
testSerializableorg.jboss.test.remoting.marshall.encrypt.EncryptionStandaloneTestCase(jboss_serialization)
unknownorg.jboss.test.remoting.oneway.OnewayInvokerTestCase(java_serialization)
unknownorg.jboss.test.remoting.oneway.OnewayInvokerTestCase(jboss_serialization)
unknownorg.jboss.test.remoting.transport.http.HTTPInvokerTestCase(java_serialization)
unknownorg.jboss.test.remoting.transport.http.HTTPInvokerTestCase(jboss_serialization)
unknownorg.jboss.test.remoting.transport.http.keep_alive.NoKeepAliveHTTPInvokerTestCase(java_serialization)
unknownorg.jboss.test.remoting.transport.http.keep_alive.NoKeepAliveHTTPInvokerTestCase(jboss_serialization)
unknownorg.jboss.test.remoting.transport.http.keep_alive.StressHTTPInvokerTestCase(java_serialization)
unknownorg.jboss.test.remoting.transport.http.keep_alive.StressHTTPInvokerTestCase(jboss_serialization)
unknownorg.jboss.test.remoting.transport.http.method.HTTPMethodInvokerTestCase(java_serialization)
unknownorg.jboss.test.remoting.transport.http.method.HTTPMethodInvokerTestCase(java_serialization)
unknownorg.jboss.test.remoting.transport.http.method.HTTPMethodInvokerTestCase(jboss_serialization)
unknownorg.jboss.test.remoting.transport.http.method.HTTPMethodInvokerTestCase(jboss_serialization)
testHTTPProxyInvocationViaSystemConfigorg.jboss.test.remoting.transport.http.proxy.HTTPInvokerProxyTestCase(java_serialization)
testHTTPProxyInvocationViaConfigorg.jboss.test.remoting.transport.http.proxy.HTTPInvokerProxyTestCase(java_serialization)
testHTTPProxyInvocationViaSystemConfigorg.jboss.test.remoting.transport.http.proxy.HTTPInvokerProxyTestCase(jboss_serialization)
testHTTPProxyInvocationViaConfigorg.jboss.test.remoting.transport.http.proxy.HTTPInvokerProxyTestCase(jboss_serialization)
unknownorg.jboss.test.remoting.transport.http.ssl.basic.HTTPSInvokerTestCase(java_serialization)
unknownorg.jboss.test.remoting.transport.http.ssl.basic.HTTPSInvokerTestCase(jboss_serialization)
unknownorg.jboss.test.remoting.transport.http.ssl.custom.HTTPSInvokerTestCase(java_serialization)
unknownorg.jboss.test.remoting.transport.http.ssl.custom.HTTPSInvokerTestCase(jboss_serialization)
testStartorg.jboss.test.remoting.transport.socket.connection.SocketConnectionCheckTestCase(java_serialization)
testStartorg.jboss.test.remoting.transport.socket.connection.SocketConnectionCheckTestCase(jboss_serialization)
testStartorg.jboss.test.remoting.transport.socket.connection.SocketConnectionTestCase(java_serialization)
testStartorg.jboss.test.remoting.transport.socket.connection.SocketConnectionTestCase(jboss_serialization)
unknownorg.jboss.test.remoting.callback.asynch.AsynchCallbackTestCase(java_serialization)
testRunClientsorg.jboss.test.remoting.transport.socket.load.SocketLoadTestCase(java_serialization)
 

 Modifications since last build:  (first 50 of 7)
1.9modifiedrsigalsrc/main/org/jboss/remoting/transport/ClientInvoker.javaJBREM-622: Changed addClientLocator() and getClientLocators() to take sessionId parameter.
1.1addedrsigalsrc/tests/org/jboss/test/remoting/callback/multiple/CallbackTestCase.javabranches: 1.1.2;JBREM-622: New unit tests for multiple registrations of an InvokerCallbackHandler.
1.1addedrsigalsrc/tests/org/jboss/test/remoting/callback/multiple/CallbackTestClient.javabranches: 1.1.2;JBREM-622: New unit tests for multiple registrations of an InvokerCallbackHandler.
1.1addedrsigalsrc/tests/org/jboss/test/remoting/callback/multiple/CallbackTestServer.javabranches: 1.1.2;JBREM-622: New unit tests for multiple registrations of an InvokerCallbackHandler.
1.59modifiedrsigalsrc/main/org/jboss/remoting/Client.javaJBREM-622: Conforms to change in AbstractInvoker, which stores InvokerCallbackHandlers keyed on sessionId + listenerId.
1.15modifiedrsigalsrc/main/org/jboss/remoting/AbstractInvoker.javaJBREM-622: Stores InvokerCallbackHandlers keyed on sessionId + listenerId.
1.91modifiedstarksm/build.xmlGenerate a jboss-remoting-src.zip artifact for inclusion into the repository