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

BUILD FAILED
Ant Error Message: /services/cruisecontrol/work/scripts/build-jboss-remoting.xml:73: Exit code: 1 See tests.log in Build Artifacts for details.
Date of build: 11/16/2006 07:01:00
Time to build: 150 minutes 59 seconds
Last changed: 11/16/2006 03:12:26
Last log entry: JBREM-632, JBBENCH-179: Added note about new jrunit.jar.

 Unit Tests: (677)  Total Errors and Failures: (33)
testSerializableorg.jboss.test.remoting.marshall.encrypt.EncryptionStandaloneTestCase(java_serialization)
testSerializableorg.jboss.test.remoting.marshall.encrypt.EncryptionStandaloneTestCase(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)
testStartorg.jboss.test.remoting.transport.multiplex.ssl.builder.SSLMultiplexInvokerTestCase(java_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)
testCallbacksorg.jboss.test.remoting.callback.listeners.MultipleListenersTestCase(java_serialization)
testCallbacksorg.jboss.test.remoting.callback.listeners.MultipleListenersTestCase(jboss_serialization)
testIfDisconnectClearsInvokerRegistryorg.jboss.test.remoting.callback.push.MultipleCallbackServersTestCase(java_serialization)
testIfDisconnectClearsInvokerRegistryorg.jboss.test.remoting.callback.push.MultipleCallbackServersTestCase(jboss_serialization)
unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(java_serialization)
unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(java_serialization)
unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(java_serialization)
unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(java_serialization)
unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(java_serialization)
unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(java_serialization)
unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(java_serialization)
unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(java_serialization)
unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(java_serialization)
unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(jboss_serialization)
unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(jboss_serialization)
unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(jboss_serialization)
unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(jboss_serialization)
unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(jboss_serialization)
unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(jboss_serialization)
unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(jboss_serialization)
unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(jboss_serialization)
unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(jboss_serialization)
 

 Modifications since last build:  (first 50 of 10)
1.4modifiedrsigallib/jboss/READMEJBREM-632, JBBENCH-179: Added note about new jrunit.jar.
1.12modifiedrsigallib/jboss/jrunit.jarJBREM-632, JBBENCH-179: Created updated jar in which root logger level defaults to INFO.
1.3modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/socket/connection/SocketConnectionTestCase.javaJBREM-631: Changed Level.TRACE to XLevel.TRACE.
1.2modifiedrsigalsrc/main/org/jboss/remoting/samples/callback/acknowledgement/CallbackAcknowledgeClient.javaJBREM-605: Changed in accordance to removal of postprocess acknowledgements and acknowledgement responses.
1.2modifiedrsigalsrc/main/org/jboss/remoting/samples/callback/acknowledgement/CallbackAcknowledgeServer.javaJBREM-605: Changed in accordance to removal of postprocess acknowledgements and acknowledgement responses.
1.4modifiedrsigalsrc/tests/org/jboss/test/remoting/callback/acknowledge/CallbackAcknowledgeTestCase.javaJBREM-605: (1) Removed preprocess acknowledgements and (2) add acknowledgement responses.
1.8modifiedrsigalsrc/main/org/jboss/remoting/callback/CallbackPoller.javaJBREM-605: CallbackPoller will not shut down until all received callbacks have been processed and, if requested, acknowledged.
1.16modifiedrsigalsrc/main/org/jboss/remoting/callback/ServerInvokerCallbackHandler.javaJBREM-605: (1) Callback acknowledgements can now return a response. (2) Preprocess callback acknowledgements eliminated. (3) Application acknowledgemnts supported for push and pull callbacks.
1.4modifiedrsigalsrc/main/org/jboss/remoting/callback/CallbackListener.javaJBREM-605: Callback acknowledgements can now return a response.
1.55modifiedrsigalsrc/main/org/jboss/remoting/Client.javaJBREM-605: Callback acknowledgements can now return a response.