|
| 1.13 | modified | telrod | src/tests/org/jboss/test/remoting/performance/synchronous/PerformanceTestCase.java | JBREM-562 - fix for performance test where transport not being picked up as system property due to error in change when adding host as system property config. |
| 1.12 | modified | telrod | src/tests/org/jboss/test/remoting/performance/synchronous/PerformanceTestCase.java | JBREM-562 - fix for performance test where transport not being picked up as system property due to error in change when adding host as system property config. |
| 1.3 | modified | rsigal | src/tests/org/jboss/test/remoting/transport/multiplex/config/ClientConfigurationTestClient.java | JBREM-587: setUp() tries 5 times to create sync socket. |
| 1.2 | modified | telrod | src/tests/org/jboss/test/remoting/transport/socket/load/PooledConnectionTestCase.java | JBREM-586 - fixed socket client invoker so is back to having bounded connection pool |
| 1.2 | modified | rsigal | src/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIClientService.xml | JBREM-584: Commented out the "servicePort" property. |
| 1.2 | modified | telrod | src/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIPerformanceTestCase.java | JBREM-562 - updated performance tests so can specify the bind host (previously hardcoded to localhost). |
| 1.10 | modified | telrod | src/tests/org/jboss/test/remoting/performance/synchronous/MultiThreadedPerformanceClientTest.java | JBREM-562 - updated performance tests so can specify the bind host (previously hardcoded to localhost). |
| 1.18 | modified | telrod | src/tests/org/jboss/test/remoting/performance/synchronous/PerformanceClientTest.java | JBREM-562 - updated performance tests so can specify the bind host (previously hardcoded to localhost). |
| 1.11 | modified | telrod | src/tests/org/jboss/test/remoting/performance/synchronous/PerformanceServerTest.java | JBREM-562 - updated performance tests so can specify the bind host (previously hardcoded to localhost). |
| 1.11 | modified | telrod | src/tests/org/jboss/test/remoting/performance/synchronous/PerformanceTestCase.java | JBREM-562 - updated performance tests so can specify the bind host (previously hardcoded to localhost). |
| 1.10 | modified | telrod | src/tests/org/jboss/test/remoting/performance/synchronous/PerformanceServerTest.java | JBREM-562 - pulling out some logging for performance boost. |
| 1.1 | added | telrod | src/tests/org/jboss/test/remoting/transport/socket/deadlock/ShutdownDeadlockTestCase.java | JBREM-576 - adding test for socket client invoker shutdown deadlock. |
| 1.10 | modified | telrod | src/tests/org/jboss/test/remoting/performance/synchronous/PerformanceTestCase.java | JBREM-578 - add performance benchmark test for spring http transport. |
| 1.1 | added | telrod | src/tests/org/jboss/test/remoting/performance/spring/http/readme.txt | JBREM-578 - add performance benchmark test for spring http transport. |
| 1.1 | added | telrod | src/tests/org/jboss/test/remoting/performance/spring/http/client/SpringHttpCallbackServer.java | JBREM-578 - add performance benchmark test for spring http transport. |
| 1.1 | added | telrod | src/tests/org/jboss/test/remoting/performance/spring/http/client/SpringHttpCallbackServerImpl.java | JBREM-578 - add performance benchmark test for spring http transport. |
| 1.1 | added | telrod | src/tests/org/jboss/test/remoting/performance/spring/http/client/SpringHttpClientService.xml | JBREM-578 - add performance benchmark test for spring http transport. |
| 1.1 | added | telrod | src/tests/org/jboss/test/remoting/performance/spring/http/client/SpringHttpPerformanceClient.java | JBREM-578 - add performance benchmark test for spring http transport. |
| 1.1 | added | telrod | src/tests/org/jboss/test/remoting/performance/spring/http/web/SpringHttpCallbackServerService.xml | JBREM-578 - add performance benchmark test for spring http transport. |
| 1.1 | added | telrod | src/tests/org/jboss/test/remoting/performance/spring/http/web/SpringHttpHandler.java | JBREM-578 - add performance benchmark test for spring http transport. |
| 1.1 | added | telrod | src/tests/org/jboss/test/remoting/performance/spring/http/web/SpringHttpServer.java | JBREM-578 - add performance benchmark test for spring http transport. |
| 1.1 | added | telrod | src/tests/org/jboss/test/remoting/performance/spring/http/web/SpringHttpServerImpl.java | JBREM-578 - add performance benchmark test for spring http transport. |
| 1.1 | added | telrod | src/tests/org/jboss/test/remoting/performance/spring/http/web/WEB-INF/applicationContext.xml | JBREM-578 - add performance benchmark test for spring http transport. |
| 1.1 | added | telrod | src/tests/org/jboss/test/remoting/performance/spring/http/web/WEB-INF/remoting-servlet.xml | JBREM-578 - add performance benchmark test for spring http transport. |
| 1.1 | added | telrod | src/tests/org/jboss/test/remoting/performance/spring/http/web/WEB-INF/web.xml | JBREM-578 - add performance benchmark test for spring http transport. |
| 1.4 | modified | telrod | src/tests/org/jboss/test/remoting/transporter/TestClient.java | JBREM-579 - fixed transporters not converting primitive types for reflection call on the target pojo. |
| 1.4 | modified | telrod | src/tests/org/jboss/test/remoting/transporter/TestServer.java | JBREM-579 - fixed transporters not converting primitive types for reflection call on the target pojo. |
| 1.5 | modified | telrod | src/tests/org/jboss/test/remoting/transporter/TestServerImpl.java | JBREM-579 - fixed transporters not converting primitive types for reflection call on the target pojo. |
| 1.1 | added | telrod | src/tests/org/jboss/test/remoting/performance/spring/hessian/web/WEB-INF/web.xml | JBREM-578 - including spring remoting tests (rmi and hessian transports) to the performance benchmark testing. |
| 1.1 | added | telrod | src/tests/org/jboss/test/remoting/performance/spring/rmi/MultiThreadedSpringRMIPerformanceClient.java | JBREM-578 - including spring remoting tests (rmi and hessian transports) to the performance benchmark testing. |
| 1.1 | added | telrod | src/tests/org/jboss/test/remoting/performance/spring/rmi/MultiThreadedSpringRMIPerformanceTestCase.java | JBREM-578 - including spring remoting tests (rmi and hessian transports) to the performance benchmark testing. |
| 1.1 | added | telrod | src/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMICallbackServer.java | JBREM-578 - including spring remoting tests (rmi and hessian transports) to the performance benchmark testing. |
| 1.1 | added | telrod | src/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMICallbackServerImpl.java | JBREM-578 - including spring remoting tests (rmi and hessian transports) to the performance benchmark testing. |
| 1.1 | added | telrod | src/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMICallbackServerService.xml | JBREM-578 - including spring remoting tests (rmi and hessian transports) to the performance benchmark testing. |
| 1.1 | added | telrod | src/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIClientService.xml | JBREM-578 - including spring remoting tests (rmi and hessian transports) to the performance benchmark testing. |
| 1.1 | added | telrod | src/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIHandler.java | JBREM-578 - including spring remoting tests (rmi and hessian transports) to the performance benchmark testing. |
| 1.1 | added | telrod | src/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIPerformanceClient.java | JBREM-578 - including spring remoting tests (rmi and hessian transports) to the performance benchmark testing. |
| 1.1 | added | telrod | src/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIPerformanceServer.java | JBREM-578 - including spring remoting tests (rmi and hessian transports) to the performance benchmark testing. |
| 1.1 | added | telrod | src/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIPerformanceTestCase.java | JBREM-578 - including spring remoting tests (rmi and hessian transports) to the performance benchmark testing. |
| 1.1 | added | telrod | src/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIServer.java | JBREM-578 - including spring remoting tests (rmi and hessian transports) to the performance benchmark testing. |
| 1.1 | added | telrod | src/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIServerImpl.java | JBREM-578 - including spring remoting tests (rmi and hessian transports) to the performance benchmark testing. |
| 1.1 | added | telrod | src/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIServerService.xml | JBREM-578 - including spring remoting tests (rmi and hessian transports) to the performance benchmark testing. |
| 1.1 | added | telrod | src/tests/org/jboss/test/remoting/transporter/proxy/local/Client.java | JBREM-575 - adding test case for sending transporter client (even when is local remote client) to server to be called upon. |
| 1.1 | added | telrod | src/tests/org/jboss/test/remoting/transporter/proxy/local/DateConsumer.java | JBREM-575 - adding test case for sending transporter client (even when is local remote client) to server to be called upon. |
| 1.1 | added | telrod | src/tests/org/jboss/test/remoting/transporter/proxy/local/DateConsumerImpl.java | JBREM-575 - adding test case for sending transporter client (even when is local remote client) to server to be called upon. |
| 1.1 | added | telrod | src/tests/org/jboss/test/remoting/transporter/proxy/local/DateProcessor.java | JBREM-575 - adding test case for sending transporter client (even when is local remote client) to server to be called upon. |
| 1.1 | added | telrod | src/tests/org/jboss/test/remoting/transporter/proxy/local/DateProcessorImpl.java | JBREM-575 - adding test case for sending transporter client (even when is local remote client) to server to be called upon. |
| 1.1 | added | telrod | src/tests/org/jboss/test/remoting/transporter/proxy/local/Server.java | JBREM-575 - adding test case for sending transporter client (even when is local remote client) to server to be called upon. |
| 1.1 | added | telrod | src/tests/org/jboss/test/remoting/transporter/proxy/local/TransporterProxyLocalTestCase.java | JBREM-575 - adding test case for sending transporter client (even when is local remote client) to server to be called upon. |
| 1.7 | modified | telrod | src/tests/org/jboss/test/remoting/transport/config/FactoryConfigTestCaseSSLParent.java | JBREM-568 - updated ssl socket builder so attribute types (getter/setter) is of same type for all attributes. |