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

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/26/2006 01:34:44
Time to build: 49 minutes 49 seconds
Last changed: 09/25/2006 22:27:52
Last log entry: JBREM-548 & JBREM-604 & JBREM-596 - updated so oneway invocations will only send data on client (and not wait for response) and only receive data on the server (and not write out response). Also allowing socket server invoker to receive raw data from any client and send along to the handler. Finally, fixed some issues where test cases were failing due to change leasing (JBREM-596) as well as changes made to http server invoker to work with messaging.

 Unit Tests: (309)  Total Errors and Failures: (10)
testStartorg.jboss.test.remoting.lease.multiplex.MultiplexLeaseTestCase(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)
 

 Modifications since last build:  (first 50 of 68)
1.21modifiedtelrodsrc/main/org/jboss/remoting/transport/coyote/CoyoteInvoker.javaJBREM-548 & JBREM-604 & JBREM-596 - updated so oneway invocations will only send data on client (and not wait for response) and only receive data on the server (and not write out response). Also allowing socket server invoker to receive raw data from any client and send along to the handler. Finally, fixed some issues where test cases were failing due to change leasing (JBREM-596) as well as changes made to http server invoker to work with messaging.
1.16modifiedtelrodsrc/main/org/jboss/remoting/transport/socket/MicroSocketClientInvoker.javaJBREM-548 & JBREM-604 & JBREM-596 - updated so oneway invocations will only send data on client (and not wait for response) and only receive data on the server (and not write out response). Also allowing socket server invoker to receive raw data from any client and send along to the handler. Finally, fixed some issues where test cases were failing due to change leasing (JBREM-596) as well as changes made to http server invoker to work with messaging.
1.29modifiedtelrodsrc/main/org/jboss/remoting/transport/socket/ServerThread.javaJBREM-548 & JBREM-604 & JBREM-596 - updated so oneway invocations will only send data on client (and not wait for response) and only receive data on the server (and not write out response). Also allowing socket server invoker to receive raw data from any client and send along to the handler. Finally, fixed some issues where test cases were failing due to change leasing (JBREM-596) as well as changes made to http server invoker to work with messaging.
1.7modifiedtelrodsrc/tests/org/jboss/test/remoting/lease/LeaseUnitTestCase.javaJBREM-548 & JBREM-604 & JBREM-596 - updated so oneway invocations will only send data on client (and not wait for response) and only receive data on the server (and not write out response). Also allowing socket server invoker to receive raw data from any client and send along to the handler. Finally, fixed some issues where test cases were failing due to change leasing (JBREM-596) as well as changes made to http server invoker to work with messaging.
1.7modifiedtelrodsrc/tests/org/jboss/test/remoting/oneway/OnewayInvokerServer.javaJBREM-548 & JBREM-604 & JBREM-596 - updated so oneway invocations will only send data on client (and not wait for response) and only receive data on the server (and not write out response). Also allowing socket server invoker to receive raw data from any client and send along to the handler. Finally, fixed some issues where test cases were failing due to change leasing (JBREM-596) as well as changes made to http server invoker to work with messaging.
1.1addedtelrodsrc/tests/org/jboss/test/remoting/transport/socket/raw/RawTestCase.javaJBREM-548 & JBREM-604 & JBREM-596 - updated so oneway invocations will only send data on client (and not wait for response) and only receive data on the server (and not write out response). Also allowing socket server invoker to receive raw data from any client and send along to the handler. Finally, fixed some issues where test cases were failing due to change leasing (JBREM-596) as well as changes made to http server invoker to work with messaging.
1.1addedtelrodsrc/tests/org/jboss/test/remoting/transport/socket/raw/RawTestClient.javaJBREM-548 & JBREM-604 & JBREM-596 - updated so oneway invocations will only send data on client (and not wait for response) and only receive data on the server (and not write out response). Also allowing socket server invoker to receive raw data from any client and send along to the handler. Finally, fixed some issues where test cases were failing due to change leasing (JBREM-596) as well as changes made to http server invoker to work with messaging.
1.1addedtelrodsrc/tests/org/jboss/test/remoting/transport/socket/raw/RawTestServer.javaJBREM-548 & JBREM-604 & JBREM-596 - updated so oneway invocations will only send data on client (and not wait for response) and only receive data on the server (and not write out response). Also allowing socket server invoker to receive raw data from any client and send along to the handler. Finally, fixed some issues where test cases were failing due to change leasing (JBREM-596) as well as changes made to http server invoker to work with messaging.
1.50modifiedrsigalsrc/main/org/jboss/remoting/ServerInvoker.javaJBREM-605: Processes internal invocation ACKNOWLEDGECALLBACK.
1.3modifiedrsigalsrc/main/org/jboss/remoting/callback/CallbackPoller.javaJBREM-605: Wll acknowledge pushing Callback if requested.
1.13modifiedrsigalsrc/main/org/jboss/remoting/callback/ServerInvokerCallbackHandler.javaJBREM-605: Added facility for informing a CallbackListener when a callback has been sent to client and processed.
1.1addedrsigalsrc/main/org/jboss/remoting/callback/CallbackListener.javaJBREM-605: New interface for listener for processing of a Callback.
1.4modifiedrsigalsrc/main/org/jboss/remoting/invocation/InternalInvocation.javaJBREM-605: Added ACKNOWLEDGECALLBACK method constant.
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.47modifiedcsuconicsrc/main/org/jboss/remoting/ServerInvoker.javaJBREM-602 - Proposed fix
1.46modifiedcsuconicsrc/main/org/jboss/remoting/ServerInvoker.javaJBREM-602 - Proposed fix
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.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.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