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

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: 08/16/2006 03:19:06
Time to build: 80 minutes 11 seconds
Last changed: 08/15/2006 12:41:16
Last log entry: JBREM-580 - don't need to not do connection validation from client since will already have the ssl info.

 Unit Tests: (601)  Total Errors and Failures: (2)
testRunClientsorg.jboss.test.remoting.transport.socket.load.PooledConnectionTestCase(java_serialization)
testRunClientsorg.jboss.test.remoting.transport.socket.load.PooledConnectionTestCase(jboss_serialization)
 

 Modifications since last build:  (first 50 of 34)
1.48modifiedtelrodsrc/main/org/jboss/remoting/Client.javaJBREM-580 - don't need to not do connection validation from client since will already have the ssl info.
1.47modifiedtelrodsrc/main/org/jboss/remoting/Client.javaJBREM-580 - fixed connection validator so that will not do ping if is ssl transport.
1.26modifiedtelrodsrc/main/org/jboss/remoting/detection/AbstractDetector.javaJBREM-580 - fixed connection validator so that will not do ping if is ssl transport.
1.10modifiedtelrodsrc/tests/org/jboss/test/remoting/performance/synchronous/PerformanceTestCase.javaJBREM-578 - add performance benchmark test for spring http transport.
1.3modifiedtelrodsrc/tests/org/jboss/test/remoting/performance/asynchronous/PerformanceClientSideTestCase.javaJBREM-578 - add performance benchmark test for spring http transport.
1.3modifiedtelrodsrc/tests/org/jboss/test/remoting/performance/asynchronous/PerformanceServerSideTestCase.javaJBREM-578 - add performance benchmark test for spring http transport.
1.4modifiedtelrodsrc/main/org/jboss/remoting/transporter/TransporterHandler.javaJBREM-579 - fixed transporters not converting primitive types for reflection call on the target pojo.
1.4modifiedtelrodsrc/tests/org/jboss/test/remoting/transporter/TestClient.javaJBREM-579 - fixed transporters not converting primitive types for reflection call on the target pojo.
1.4modifiedtelrodsrc/tests/org/jboss/test/remoting/transporter/TestServer.javaJBREM-579 - fixed transporters not converting primitive types for reflection call on the target pojo.
1.5modifiedtelrodsrc/tests/org/jboss/test/remoting/transporter/TestServerImpl.javaJBREM-579 - fixed transporters not converting primitive types for reflection call on the target pojo.
1.74modifiedtelrod/build.xmlJBREM-578 - including spring remoting tests (rmi and hessian transports) to the performance benchmark testing.
1.56modifiedrsigalsrc/main/org/jboss/remoting/transport/multiplex/MultiplexServerInvoker.javaJBREM-577: Some additional logging has been added, as well as other temporary changes, in an attempt to track down the problem described in this JIRA issue.
1.30modifiedrsigalsrc/main/org/jboss/remoting/transport/multiplex/OutputMultiplexor.javaJBREM-577: Some additional logging has been added, as well as other temporary changes, in an attempt to track down the problem described in this JIRA issue.
1.13modifiedtelrodsrc/main/org/jboss/remoting/transport/socket/MicroSocketClientInvoker.javaJBREM-576 - fix for potential deadlock with socket client invoker.
1.1addedtelrodsrc/tests/org/jboss/test/remoting/transporter/proxy/local/Client.javaJBREM-575 - adding test case for sending transporter client (even when is local remote client) to server to be called upon.
1.1addedtelrodsrc/tests/org/jboss/test/remoting/transporter/proxy/local/DateConsumer.javaJBREM-575 - adding test case for sending transporter client (even when is local remote client) to server to be called upon.
1.1addedtelrodsrc/tests/org/jboss/test/remoting/transporter/proxy/local/DateConsumerImpl.javaJBREM-575 - adding test case for sending transporter client (even when is local remote client) to server to be called upon.
1.1addedtelrodsrc/tests/org/jboss/test/remoting/transporter/proxy/local/DateProcessor.javaJBREM-575 - adding test case for sending transporter client (even when is local remote client) to server to be called upon.
1.1addedtelrodsrc/tests/org/jboss/test/remoting/transporter/proxy/local/DateProcessorImpl.javaJBREM-575 - adding test case for sending transporter client (even when is local remote client) to server to be called upon.
1.1addedtelrodsrc/tests/org/jboss/test/remoting/transporter/proxy/local/Server.javaJBREM-575 - adding test case for sending transporter client (even when is local remote client) to server to be called upon.
1.1addedtelrodsrc/tests/org/jboss/test/remoting/transporter/proxy/local/TransporterProxyLocalTestCase.javaJBREM-575 - adding test case for sending transporter client (even when is local remote client) to server to be called upon.
1.12modifiedtelrodsrc/main/org/jboss/remoting/security/SSLSocketBuilder.javaJBREM-564 - updated for system property to be used to set default socket factory implementation to be used.
1.9modifiedtelroddocs/guide/en/chap5.xmlJBREM-564 - updated doc for system property to be used to set default socket factory implementation to be used.
1.52modifiedrsigalsrc/main/org/jboss/remoting/transport/multiplex/MultiplexingManager.javaJBREM-574: For SSL sockets, MultiplexingManager makes itself the HandshakeCompletedListener so that it can update the stored description of the underlying socket.
1.55modifiedrsigalsrc/main/org/jboss/remoting/transport/multiplex/MultiplexServerInvoker.javaJBREM-390: Reduced level of some log statements.
1.50modifiedrsigalsrc/main/org/jboss/remoting/transport/multiplex/VirtualSocket.javaJBREM-574: Modified toString() to write information from actual socket, including SSL information.
1.12modifiedrsigalsrc/main/org/jboss/remoting/transport/multiplex/VirtualServerSocket.javaJBREM-574: Modified toString() to write information from actual server socket, including SSL information.
1.11modifiedrsigalsrc/main/org/jboss/remoting/transport/multiplex/MasterServerSocket.javaJBREM-574: Modified toString() to write information from actual server socket, including SSL information.
1.34modifiedtelroddocs/guide/en/master.xmlJBREM-572 - fixed where chapter 8 included twice (instead of 8 and 9).
1.4modifiedtelroddocs/guide/en/chap16.xmlJBREM-573 - changed where says Client.destroy() to Client.disconnect() as there is no destroy() method in Client.
1.12modifiedtelrodsrc/main/org/jboss/remoting/ConnectionValidator.javaJBREM-570 - changed logging for when ping fails to server to be debug level instead of warn.
1.7modifiedtelrodsrc/tests/org/jboss/test/remoting/transport/config/FactoryConfigTestCaseSSLParent.javaJBREM-568 - updated ssl socket builder so attribute types (getter/setter) is of same type for all attributes.
1.11modifiedtelrodsrc/main/org/jboss/remoting/security/SSLSocketBuilder.javaJBREM-568 - updated ssl socket builder so attribute types (getter/setter) is of same type for all attributes.
1.8modifiedtelrodsrc/main/org/jboss/remoting/security/SSLSocketBuilderMBean.javaJBREM-568 - updated ssl socket builder so attribute types (getter/setter) is of same type for all attributes.