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

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: 05/19/2007 13:24:07
Time to build: 100 minutes 16 seconds
Last changed: 05/19/2007 02:47:29
Last log entry: JBREM-714: Modified versioning tests.

 Unit Tests: (585)  Total Errors and Failures: (17)
testSerializableorg.jboss.test.remoting.marshall.encrypt.EncryptionStandaloneTestCase(java_serialization)
testWeatherHTTPInvocationorg.jboss.test.remoting.marshall.http.metadata.HTTPUnMarshallerMetadataTestCase(java_serialization)
testStartorg.jboss.test.remoting.transport.multiplex.ssl.serversocketrefresh.TestCase(java_serialization)
testStartorg.jboss.test.remoting.transport.socket.raw.RawTestCase(java_serialization)
unknownorg.jboss.test.remoting.marshall.encrypt.EncryptingMarshallerTestCase(java_serialization)
unknownorg.jboss.test.remoting.marshall.encrypt.EncryptingMarshallerTestCase(java_serialization)
testClosingClientorg.jboss.test.remoting.transport.bisocket.shutdown.BisocketShutdownTestCase(java_serialization)
testClosingClientorg.jboss.test.remoting.transport.bisocket.ssl.shutdown.SSLBisocketShutdownTestCase(java_serialization)
testClosingClientorg.jboss.test.remoting.transport.http.shutdown.HTTPShutdownTestCase(java_serialization)
testClosingClientorg.jboss.test.remoting.transport.http.ssl.shutdown.HTTPSShutdownTestCase(java_serialization)
unknownorg.jboss.test.remoting.transport.multiplex.BasicSocketTestCase(java_serialization)
testClosingClientorg.jboss.test.remoting.transport.multiplex.shutdown.MultiplexShutdownTestCase(java_serialization)
testClosingClientorg.jboss.test.remoting.transport.multiplex.ssl.shutdown.SSLMultiplexShutdownTestCase(java_serialization)
testClosingClientorg.jboss.test.remoting.transport.rmi.shutdown.RMIShutdownTestCase(java_serialization)
testClosingClientorg.jboss.test.remoting.transport.rmi.ssl.shutdown.SSLRMIShutdownTestCase(java_serialization)
testClosingClientorg.jboss.test.remoting.transport.socket.shutdown.SocketShutdownTestCase(java_serialization)
testClosingClientorg.jboss.test.remoting.transport.socket.ssl.shutdown.SSLSocketShutdownTestCase(java_serialization)
 

 Modifications since last build:  (first 50 of 25)
1.88.2.14modifiedrsigal/build.xmlJBREM-714: Modified versioning tests.
1.9.2.2modifiedrsigalsrc/main/org/jboss/remoting/transport/rmi/RMIClientInvoker.javaJBREM-714: Added special handling for VersionedMarshaller.
1.38.2.9modifiedrsigalsrc/main/org/jboss/remoting/transport/socket/SocketClientInvoker.javaJBREM-714: Added log messages to handleException().
1.29.2.21modifiedrsigalsrc/main/org/jboss/remoting/transport/socket/ServerThread.javaJBREM-714: (1) Added special handling for VersionedMarshaller/VersionedUnMarshaller; (2) for version == 1, socket.check_connection defaults to true.
1.16.2.27modifiedrsigalsrc/main/org/jboss/remoting/transport/socket/MicroSocketClientInvoker.javaJBREM-714: (1) Added special handling for VersionedMarshaller/VersionedUnMarshaller; (2) for version == 1, socket.check_connection defaults to true.
1.9.4.5modifiedrsigalsrc/main/org/jboss/remoting/transport/rmi/RemotingRMIClientSocketFactory.javaJBREM-714: Ignore configMaps if InvokerLocator is null (if server is older version).
1.31.2.4modifiedrsigalsrc/main/org/jboss/remoting/transport/http/HTTPClientInvoker.javaJBREM-714: Added special handling for VersionedMarshaller/VersionedUnMarshaller().
1.23.2.4modifiedrsigalsrc/main/org/jboss/remoting/transport/coyote/CoyoteInvoker.javaJBREM-714: Added special handling for VersionedMarshaller.
1.1.2.16modifiedrsigalsrc/main/org/jboss/remoting/transport/bisocket/BisocketClientInvoker.javaJBREM-735: PingTimerTask.run() will retry to send ping maxRetries times.
1.27.2.2modifiedrsigalsrc/main/org/jboss/remoting/transport/Connector.javaJBREM-747: init() will always pass MBeanServer reference to ServerInvoker, and stop() will unregister ServerInvoker MBean.
1.11.4.2modifiedrsigalsrc/main/org/jboss/remoting/serialization/impl/jboss/JBossSerializationManager.javaJBREM-714: Added version parameter to receiveObject(), sendObject().
1.1.4.1modifiedrsigalsrc/main/org/jboss/remoting/serialization/impl/java/JavaEncryptionSerializationManager.javaJBREM-714: Added versioned versions of receiveObject(), sendObject().
1.8.4.3modifiedrsigalsrc/main/org/jboss/remoting/serialization/impl/java/JavaSerializationManager.javaJBREM-714: Added versioned versions of receiveObject(), sendObject().
1.8.4.1modifiedrsigalsrc/main/org/jboss/remoting/serialization/SerializationManager.javaJBREM-714: Added versioned versions of receiveObject(), sendObject().
1.6.10.1modifiedrsigalsrc/main/org/jboss/remoting/marshal/http/HTTPMarshaller.javaJBREM-714: Added version parameter to read()/write().
1.10.2.2modifiedrsigalsrc/main/org/jboss/remoting/marshal/http/HTTPUnMarshaller.javaJBREM-714: Added version parameter to read()/write().
1.1.4.2modifiedrsigalsrc/main/org/jboss/remoting/marshal/VersionedMarshaller.javaJBREM-714: Extended Marshaller/UnMarshaller with verioned read() and write().
1.1.4.2modifiedrsigalsrc/main/org/jboss/remoting/marshal/VersionedUnMarshaller.javaJBREM-714: Extended Marshaller/UnMarshaller with verioned read() and write().
1.6.4.1modifiedrsigalsrc/main/org/jboss/remoting/marshal/compress/CompressingMarshaller.javaJBREM-714: Added version parameter to read()/write().
1.6.4.1modifiedrsigalsrc/main/org/jboss/remoting/marshal/compress/CompressingUnMarshaller.javaJBREM-714: Added version parameter to read()/write().
1.1.4.1modifiedrsigalsrc/main/org/jboss/remoting/marshal/encryption/EncryptingMarshaller.javaJBREM-714: Added version parameter to read()/write().
1.1.4.1modifiedrsigalsrc/main/org/jboss/remoting/marshal/encryption/EncryptingUnMarshaller.javaJBREM-714: Added version parameter to read()/write().
1.11.10.4modifiedrsigalsrc/main/org/jboss/remoting/marshal/serializable/SerializableUnMarshaller.javaJBREM-714: Added version parameter to read()/write().
1.11.10.4modifiedrsigalsrc/main/org/jboss/remoting/marshal/serializable/SerializableMarshaller.javaJBREM-714: Added version parameter to read()/write().
1.4.4.2modifiedrsigalsrc/main/org/jboss/remoting/loading/ObjectInputStreamWithClassLoader.javaJBREM-739: Fix for java serialization leak.