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

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/12/2006 02:38:57
Time to build: 59 minutes 17 seconds
Last changed: 10/12/2006 01:04:50
Last log entry: JBREM-610: All callbacks are delivered on the same thread.

 Unit Tests: (302)  Total Errors and Failures: (2)
testStartorg.jboss.test.remoting.lease.multiplex.MultiplexLeaseTestCase(java_serialization)
testHTTPProxyInvocationViaSystemConfigorg.jboss.test.remoting.transport.http.proxy.HTTPInvokerProxyTestCase(java_serialization)
 

 Modifications since last build:  (first 50 of 13)
1.4modifiedrsigalsrc/main/org/jboss/remoting/callback/CallbackPoller.javaJBREM-610: All callbacks are delivered on the same thread.
1.10modifiedrsigalsrc/tests/org/jboss/test/remoting/callback/pull/memory/callbackstore/CallbackTestClient.javaJBREM-609: Refactored creation of InvokerLocator to allow subclassing.
1.7modifiedrsigalsrc/tests/org/jboss/test/remoting/callback/pull/memory/callbackstore/CallbackTestServer.javaJBREM-609: Refactored creation of InvokerLocator to allow subclassing.
1.6modifiedrsigalsrc/main/org/jboss/remoting/callback/CallbackStore.javaJBREM-609: Gets serialization type from configuration map and constructs appropriate object streams.
1.14modifiedrsigalsrc/main/org/jboss/remoting/callback/ServerInvokerCallbackHandler.javaJBREM-605: (1) Moved call to checkForPullPostprocessListener() to before callback is persisted. (2) Removed unused method checkForPushPostprocessListener().
1.3modifiedrsigalsrc/main/org/jboss/remoting/samples/detection/jndi/SimpleDetectorServer.javaJBREM-581, JBREM-603: (1) Added overridable getConfiguration() method which returns configuration map to be passed to Connector and JNDIDetector. (2) Refactored main() to facilitate subclassing.
1.3modifiedrsigalsrc/main/org/jboss/remoting/samples/detection/jndi/SimpleDetectorClient.javaJBREM-581, JBREM-603: Added overridable getConfiguration() method which returns configuration map to be passed to Client and JNDIDetector.
1.13modifiedrsigalsrc/main/org/jboss/remoting/ConnectionValidator.javaJBREM-581, JBREM-603: checkConnection() creates a new configuration map instead of added parameters to the map passed as a parameter.
1.14modifiedrsigalsrc/main/org/jboss/remoting/detection/jndi/JNDIDetector.javaJBREM-581, JBREM-603: Added constructor that gets configuration map parameter.
1.27modifiedrsigalsrc/main/org/jboss/remoting/detection/AbstractDetector.javaJBREM-580, JBREM-581, JBREM-603: (1) Added configuration map to be passed to passed to ConnectionValidator. (2) Backed out SSL transport test.
1.1addedrsigalsrc/tests/org/jboss/test/remoting/detection/jndi/RestartTestCase.javaJBREM-581, JBREM-603: Added new JNDIDetector test, and derived from it a unit test for SSL transports.
1.1addedrsigalsrc/tests/org/jboss/test/remoting/detection/jndi/RestartTestClient.javaJBREM-581, JBREM-603: Added new JNDIDetector test, and derived from it a unit test for SSL transports.
1.1addedrsigalsrc/tests/org/jboss/test/remoting/detection/jndi/RestartTestServer.javaJBREM-581, JBREM-603: Added new JNDIDetector test, and derived from it a unit test for SSL transports.