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

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: 09/24/2006 05:29:47
Time to build: 63 minutes 31 seconds
Last changed: 09/22/2006 01:51:28
Last log entry: JBREM-363 - updating remoting doc to include more info on setting up callbacks for uni and bi directional transports (to simulate push callback via internal polling for uni-directional transports).

 Unit Tests: (305)  Total Errors and Failures: (21)
testStartorg.jboss.test.remoting.lease.http.HTTPLeaseTestCase(java_serialization)
testStartorg.jboss.test.remoting.lease.http.multiple.HTTPLeaseTestCase(java_serialization)
testStartorg.jboss.test.remoting.lease.multiplex.MultiplexLeaseTestCase(java_serialization)
testStartorg.jboss.test.remoting.lease.rmi.RMILeaseTestCase(java_serialization)
testStartorg.jboss.test.remoting.lease.socket.SocketLeaseTestCase(java_serialization)
testStartorg.jboss.test.remoting.lease.socket.multiple.SocketLeaseTestCase(java_serialization)
unknownorg.jboss.test.remoting.transport.http.method.HTTPMethodInvokerTestCase(java_serialization)
testStartorg.jboss.test.remoting.transport.multiplex.config.ConfigurationByMapSameStaticObjectsTestCase(java_serialization)
testStartorg.jboss.test.remoting.transport.multiplex.invoker.MultiplexInvokerTestCase(java_serialization)
testLeaseorg.jboss.test.remoting.lease.LeaseUnitTestCase(java_serialization)
testMultipleLeasesorg.jboss.test.remoting.lease.LeaseUnitTestCase(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(java_serialization)
testRunClientsorg.jboss.test.remoting.transport.socket.load.SocketLoadTestCase(java_serialization)
 

 Modifications since last build:  (first 50 of 51)
1.12modifiedtelroddocs/guide/en/chap5.xmlJBREM-363 - updating remoting doc to include more info on setting up callbacks for uni and bi directional transports (to simulate push callback via internal polling for uni-directional transports).
1.4modifiedtelroddocs/guide/en/chap8.xmlJBREM-602 - updated leasing doc for how to disable leasing.
1.49modifiedtelrodsrc/main/org/jboss/remoting/ServerInvoker.javaJBREM-602 - adding check when setting lease period to only turn on leasing if lease period greater than zero AND there is at least one connection listener registered.
1.12modifiedcsuconicsrc/main/org/jboss/remoting/Version.javaUpdating release
1.48modifiedcsuconicsrc/main/org/jboss/remoting/ServerInvoker.javaJBREM-602 - Proposed fix update
1.7modifiedtelrodsrc/main/org/jboss/remoting/MicroRemoteClientInvoker.javaJBREM-602 - fixing bug where server could send -1 as default server lease period and client would use it without checking.
1.47modifiedcsuconicsrc/main/org/jboss/remoting/ServerInvoker.javaJBREM-602 - Proposed fix
1.46modifiedcsuconicsrc/main/org/jboss/remoting/ServerInvoker.javaJBREM-602 - Proposed fix
1.8modifiedtelrodsrc/main/org/jboss/remoting/LeasePinger.javaJBREM-602 - fixed bug where could possibly set negative lease period value when a client had disconnected and re-evaluating new lease period to use.
1.10modifiedrsigalsrc/main/org/jboss/remoting/marshal/http/HTTPUnMarshaller.javaJBREM-601: If input to write() is binary, pass directly to SerializableUnMarshaller.write().
1.30modifiedrsigalsrc/main/org/jboss/remoting/transport/http/HTTPClientInvoker.javaJBREM-601: Looks for exception in InvocationResponse payload.
1.20modifiedrsigalsrc/main/org/jboss/remoting/transport/coyote/CoyoteInvoker.javaJBREM-601: If client is HTTPClientInvoker, behaves like other invokers: wraps response in InvocationResponse.
1.5modifiedrsigalsrc/main/org/jboss/remoting/transport/coyote/ResponseMap.javaJBREM-601: Exposes internal Map with a getter method.
1.19modifiedtelrodsrc/main/org/jboss/remoting/transport/coyote/CoyoteInvoker.javaJBREM-601 - changes to how leasing works within http invoker transport (basically so messaging will work with http transport).
1.29modifiedtelrodsrc/main/org/jboss/remoting/transport/http/HTTPClientInvoker.javaJBREM-601 - changes to how leasing works within http invoker transport (basically so messaging will work with http transport).
1.9modifiedtelrodsrc/main/org/jboss/remoting/transport/http/HTTPMetadataConstants.javaJBREM-601 - changes to how leasing works within http invoker transport (basically so messaging will work with http transport).
1.3modifiedtelrodsrc/tests/org/jboss/test/remoting/lease/http/HTTPLeaseTestServer.javaJBREM-601 - changes to how leasing works within http invoker transport (basically so messaging will work with http transport).
1.1addedtelrodsrc/tests/org/jboss/test/remoting/lease/http/multiple/HTTPLeaseTestCase.javaJBREM-601 - changes to how leasing works within http invoker transport (basically so messaging will work with http transport).
1.1addedtelrodsrc/tests/org/jboss/test/remoting/lease/http/multiple/HTTPLeaseTestClient.javaJBREM-601 - changes to how leasing works within http invoker transport (basically so messaging will work with http transport).
1.1addedtelrodsrc/tests/org/jboss/test/remoting/lease/http/multiple/HTTPLeaseTestServer.javaJBREM-601 - changes to how leasing works within http invoker transport (basically so messaging will work with http transport).
1.86modifiedtelrod/build.xmlUpdated version to 2.2.0.Alpha1 for snapshot build for messaging.
1.11modifiedtelrodsrc/main/org/jboss/remoting/Version.javaUpdated version to 2.2.0.Alpha1 for snapshot build for messaging.
1.5modifiedtelrodsrc/tests/org/jboss/test/remoting/lease/LeaseTestServer.javaJBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves.
1.2modifiedtelrodsrc/tests/org/jboss/test/remoting/lease/http/HTTPLeaseTestServer.javaJBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves.
1.2modifiedtelrodsrc/tests/org/jboss/test/remoting/lease/multiplex/MultiplexLeaseTestServer.javaJBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves.
1.10modifiedtelrodsrc/main/org/jboss/remoting/Lease.javaJBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves.
1.7modifiedtelrodsrc/main/org/jboss/remoting/LeasePinger.javaJBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves.
1.49modifiedtelrodsrc/main/org/jboss/remoting/Client.javaJBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves.
1.1addedtelrodsrc/main/org/jboss/remoting/ClientHolder.javaJBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves.
1.9modifiedtelrodsrc/main/org/jboss/remoting/Lease.javaJBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves.
1.6modifiedtelrodsrc/main/org/jboss/remoting/LeasePinger.javaJBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves.
1.6modifiedtelrodsrc/main/org/jboss/remoting/MicroRemoteClientInvoker.javaJBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves.
1.24modifiedtelrodsrc/main/org/jboss/remoting/RemoteClientInvoker.javaJBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves.
1.45modifiedtelrodsrc/main/org/jboss/remoting/ServerInvoker.javaJBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves.
1.3modifiedtelrodsrc/tests/org/jboss/test/remoting/lease/socket/multiple/SocketLeaseTestClient.javaJBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves.
1.2modifiedtelrodsrc/tests/org/jboss/test/remoting/lease/socket/multiple/SocketLeaseTestServer.javaJBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves.
1.1addedtelrodsrc/tests/org/jboss/test/remoting/lease/timer/TimerUtilTestCase.javaJBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves.
1.13modifiedtelrodsrc/tests/org/jboss/test/remoting/transport/InvokerClientTest.javaJBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves.
1.7modifiedtelrodsrc/main/org/jboss/remoting/transport/ClientInvoker.javaJBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves.
1.4modifiedtelrodsrc/main/org/jboss/remoting/transport/sslmultiplex/SSLMultiplexClientInvoker.javaJBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves.
1.3modifiedtelrodsrc/main/org/jboss/remoting/transport/sslsocket/SSLSocketClientInvoker.javaJBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves.
1.43modifiedtelrodsrc/main/org/jboss/remoting/transport/multiplex/MultiplexClientInvoker.javaJBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves.
1.9modifiedtelrodsrc/main/org/jboss/remoting/transport/rmi/RMIClientInvoker.javaJBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves.
1.15modifiedtelrodsrc/main/org/jboss/remoting/transport/socket/MicroSocketClientInvoker.javaJBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves.
1.38modifiedtelrodsrc/main/org/jboss/remoting/transport/socket/SocketClientInvoker.javaJBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves.
1.15modifiedtelrodsrc/main/org/jboss/remoting/transport/local/LocalClientInvoker.javaJBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves.
1.2modifiedcsuconicsrc/tests/org/jboss/test/remoting/lease/socket/multiple/SocketLeaseTestClient.javaJBREM-596 - fixing test scenario to the failing point
1.1addedtelrodsrc/tests/org/jboss/test/remoting/lease/socket/multiple/SocketLeaseTestCase.javaJBREM-596 - tests
1.1addedtelrodsrc/tests/org/jboss/test/remoting/lease/socket/multiple/SocketLeaseTestClient.javaJBREM-596 - tests
1.1addedtelrodsrc/tests/org/jboss/test/remoting/lease/socket/multiple/SocketLeaseTestServer.javaJBREM-596 - tests