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

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: 01/29/2007 06:31:41
Time to build: 73 minutes 39 seconds
Last changed: 01/29/2007 02:10:00
Last log entry: minor refactoring and logging improvments while trying to fix http://jira.jboss.org/jira/browse/JBREM-691

 Unit Tests: (528)  Total Errors and Failures: (31)
testClientConfigurationorg.jboss.test.remoting.configuration.RMIConfigurationTestCase(java_serialization)
testSerializableorg.jboss.test.remoting.marshall.encrypt.EncryptionStandaloneTestCase(java_serialization)
testDisconnectLocalorg.jboss.test.remoting.shutdown.local.LocalShutdownTestCase(java_serialization)
testOneClientOneConnectorTwoHandlersorg.jboss.test.remoting.transport.bisocket.ssl.SSLBisocketTestCase(java_serialization)
testOneClientTwoConnectorsOneHandlerorg.jboss.test.remoting.transport.bisocket.ssl.SSLBisocketTestCase(java_serialization)
testOneClientTwoConnectorsTwoHandlersorg.jboss.test.remoting.transport.bisocket.ssl.SSLBisocketTestCase(java_serialization)
testTwoClientsOneConnectorOneHandlerorg.jboss.test.remoting.transport.bisocket.ssl.SSLBisocketTestCase(java_serialization)
testTwoClientsOneConnectorTwoHandlersorg.jboss.test.remoting.transport.bisocket.ssl.SSLBisocketTestCase(java_serialization)
testTwoClientsTwoConnectorsOneHandlerorg.jboss.test.remoting.transport.bisocket.ssl.SSLBisocketTestCase(java_serialization)
testTwoClientsTwoConnectorsTwoHandlersorg.jboss.test.remoting.transport.bisocket.ssl.SSLBisocketTestCase(java_serialization)
testHTTPProxyInvocationViaSystemConfigorg.jboss.test.remoting.transport.http.proxy.HTTPInvokerProxyTestCase(java_serialization)
testCreateClientListenerFromClassNameorg.jboss.test.remoting.transport.rmi.socketfactory.RMICreationListenerTestCase(java_serialization)
testServerSideListenerFromClassNameorg.jboss.test.remoting.transport.rmi.socketfactory.RMICreationListenerTestCase(java_serialization)
unknownorg.jboss.test.remoting.transporter.proxy.TransporterProxyTestCase(java_serialization)
unknownorg.jboss.test.remoting.transporter.proxy.local.TransporterProxyLocalTestCase(java_serialization)
unknownorg.jboss.test.remoting.marshall.encrypt.EncryptingMarshallerTestCase(java_serialization)
unknownorg.jboss.test.remoting.marshall.encrypt.EncryptingMarshallerTestCase(java_serialization)
testOneClientOneConnectorOneHandlerorg.jboss.test.remoting.transport.bisocket.ssl.SSLBisocketTestCase(java_serialization)
testTimeoutResetorg.jboss.test.remoting.transport.bisocket.ssl.timeout.SSLBisocketPerInvocationTimeoutTestCase(java_serialization)
testTimeoutorg.jboss.test.remoting.transport.bisocket.ssl.timeout.SSLBisocketPerInvocationTimeoutTestCase(java_serialization)
testTimeoutResetorg.jboss.test.remoting.transport.bisocket.timeout.BisocketPerInvocationTimeoutTestCase(java_serialization)
testTimeoutorg.jboss.test.remoting.transport.bisocket.timeout.BisocketPerInvocationTimeoutTestCase(java_serialization)
unknownorg.jboss.test.remoting.transport.bisocket.timeout.BisocketTimeoutTestCase(java_serialization)
unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(java_serialization)
unknownorg.jboss.test.remoting.transport.multiplex.timeout.TimeoutTestCase(java_serialization)
unknownorg.jboss.test.remoting.transport.socket.raw.RawTestCase(java_serialization)
testTimeoutResetorg.jboss.test.remoting.transport.socket.ssl.timeout.SSLSocketPerInvocationTimeoutTestCase(java_serialization)
testTimeoutorg.jboss.test.remoting.transport.socket.ssl.timeout.SSLSocketPerInvocationTimeoutTestCase(java_serialization)
testTimeoutResetorg.jboss.test.remoting.transport.socket.timeout.SocketPerInvocationTimeoutTestCase(java_serialization)
testTimeoutorg.jboss.test.remoting.transport.socket.timeout.SocketPerInvocationTimeoutTestCase(java_serialization)
unknownorg.jboss.test.remoting.transport.socket.timeout.TimeoutTestCase(java_serialization)
 

 Modifications since last build:  (first 50 of 17)
1.13.2.10modifiedovidiusrc/main/org/jboss/remoting/ConnectionValidator.javaminor refactoring and logging improvments while trying to fix http://jira.jboss.org/jira/browse/JBREM-691
1.7.2.11modifiedovidiusrc/main/org/jboss/remoting/MicroRemoteClientInvoker.javaminor refactoring and logging improvments while trying to fix http://jira.jboss.org/jira/browse/JBREM-691
1.16.2.15modifiedovidiusrc/main/org/jboss/remoting/transport/socket/MicroSocketClientInvoker.javaminor refactoring and logging improvments while trying to fix http://jira.jboss.org/jira/browse/JBREM-691
1.14.6.5modifiedovidiusrc/main/org/jboss/remoting/transport/socket/ServerSocketWrapper.javaminor refactoring and logging improvments while trying to fix http://jira.jboss.org/jira/browse/JBREM-691
1.38.2.4modifiedovidiusrc/main/org/jboss/remoting/transport/socket/SocketClientInvoker.javaminor refactoring and logging improvments while trying to fix http://jira.jboss.org/jira/browse/JBREM-691
1.8.10.3modifiedovidiusrc/main/org/jboss/remoting/transport/socket/SocketWrapper.javaminor refactoring and logging improvments while trying to fix http://jira.jboss.org/jira/browse/JBREM-691
1.1.2.2modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/bisocket/connection/BisocketTestServer.javaJBREM-692: Added main().
1.29.2.13modifiedrsigalsrc/main/org/jboss/remoting/transport/socket/ServerThread.javaJBREM-692: (1) Passes (un)marshaller to ServerSocketWrapper, and (2) creates (un)marshaller once when new socket is created.
1.8.10.2modifiedrsigalsrc/main/org/jboss/remoting/transport/socket/SocketWrapper.javaJBREM-692: Added constants MARSHALLER/UNMARSHALLER.
1.16.2.14modifiedrsigalsrc/main/org/jboss/remoting/transport/socket/MicroSocketClientInvoker.javaJBREM-692: Passes marshaller/unmarshaller to ClientSocketWrapper.
1.14.6.4modifiedrsigalsrc/main/org/jboss/remoting/transport/socket/ServerSocketWrapper.javaJBREM-692: Removed createInputStream() and createOutputStream().
1.15.10.5modifiedrsigalsrc/main/org/jboss/remoting/transport/socket/ClientSocketWrapper.javaJBREM-692: Changed to take advantage of PreferredStream(Un)Marshallers.
1.11.10.1modifiedrsigalsrc/main/org/jboss/remoting/marshal/serializable/SerializableUnMarshaller.javaJBREM-692: Changed to implement interface PreferredStreamUnMarshaller.
1.11.10.1modifiedrsigalsrc/main/org/jboss/remoting/marshal/serializable/SerializableMarshaller.javaJBREM-692: Changed to implement interface PreferredStreamMarshaller.
1.1.2.1modifiedrsigalsrc/main/org/jboss/remoting/marshal/PreferredStreamMarshaller.javaJBREM-692: Two interfaces are added that represent marshallers able to construct their preferred streams.
1.1.2.1modifiedrsigalsrc/main/org/jboss/remoting/marshal/PreferredStreamUnMarshaller.javaJBREM-692: Two interfaces are added that represent marshallers able to construct their preferred streams.
1.7.2.10modifiedrsigalsrc/main/org/jboss/remoting/MicroRemoteClientInvoker.javaJBREM-692: the first time a marshaller/unmarshaller are created they are saved for later use.