|
| 1.12 | modified | telrod | docs/guide/en/chap5.xml | 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). |
| 1.4 | modified | telrod | docs/guide/en/chap8.xml | JBREM-602 - updated leasing doc for how to disable leasing. |
| 1.49 | modified | telrod | src/main/org/jboss/remoting/ServerInvoker.java | JBREM-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.12 | modified | csuconic | src/main/org/jboss/remoting/Version.java | Updating release |
| 1.48 | modified | csuconic | src/main/org/jboss/remoting/ServerInvoker.java | JBREM-602 - Proposed fix update |
| 1.7 | modified | telrod | src/main/org/jboss/remoting/MicroRemoteClientInvoker.java | JBREM-602 - fixing bug where server could send -1 as default server lease period and client would use it without checking. |
| 1.47 | modified | csuconic | src/main/org/jboss/remoting/ServerInvoker.java | JBREM-602 - Proposed fix |
| 1.46 | modified | csuconic | src/main/org/jboss/remoting/ServerInvoker.java | JBREM-602 - Proposed fix |
| 1.8 | modified | telrod | src/main/org/jboss/remoting/LeasePinger.java | JBREM-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.10 | modified | rsigal | src/main/org/jboss/remoting/marshal/http/HTTPUnMarshaller.java | JBREM-601: If input to write() is binary, pass directly to SerializableUnMarshaller.write(). |
| 1.30 | modified | rsigal | src/main/org/jboss/remoting/transport/http/HTTPClientInvoker.java | JBREM-601: Looks for exception in InvocationResponse payload. |
| 1.20 | modified | rsigal | src/main/org/jboss/remoting/transport/coyote/CoyoteInvoker.java | JBREM-601: If client is HTTPClientInvoker, behaves like other invokers: wraps response in InvocationResponse. |
| 1.5 | modified | rsigal | src/main/org/jboss/remoting/transport/coyote/ResponseMap.java | JBREM-601: Exposes internal Map with a getter method. |
| 1.19 | modified | telrod | src/main/org/jboss/remoting/transport/coyote/CoyoteInvoker.java | JBREM-601 - changes to how leasing works within http invoker transport (basically so messaging will work with http transport). |
| 1.29 | modified | telrod | src/main/org/jboss/remoting/transport/http/HTTPClientInvoker.java | JBREM-601 - changes to how leasing works within http invoker transport (basically so messaging will work with http transport). |
| 1.9 | modified | telrod | src/main/org/jboss/remoting/transport/http/HTTPMetadataConstants.java | JBREM-601 - changes to how leasing works within http invoker transport (basically so messaging will work with http transport). |
| 1.3 | modified | telrod | src/tests/org/jboss/test/remoting/lease/http/HTTPLeaseTestServer.java | JBREM-601 - changes to how leasing works within http invoker transport (basically so messaging will work with http transport). |
| 1.1 | added | telrod | src/tests/org/jboss/test/remoting/lease/http/multiple/HTTPLeaseTestCase.java | JBREM-601 - changes to how leasing works within http invoker transport (basically so messaging will work with http transport). |
| 1.1 | added | telrod | src/tests/org/jboss/test/remoting/lease/http/multiple/HTTPLeaseTestClient.java | JBREM-601 - changes to how leasing works within http invoker transport (basically so messaging will work with http transport). |
| 1.1 | added | telrod | src/tests/org/jboss/test/remoting/lease/http/multiple/HTTPLeaseTestServer.java | JBREM-601 - changes to how leasing works within http invoker transport (basically so messaging will work with http transport). |
| 1.86 | modified | telrod | /build.xml | Updated version to 2.2.0.Alpha1 for snapshot build for messaging. |
| 1.11 | modified | telrod | src/main/org/jboss/remoting/Version.java | Updated version to 2.2.0.Alpha1 for snapshot build for messaging. |
| 1.5 | modified | telrod | src/tests/org/jboss/test/remoting/lease/LeaseTestServer.java | JBREM-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.2 | modified | telrod | src/tests/org/jboss/test/remoting/lease/http/HTTPLeaseTestServer.java | JBREM-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.2 | modified | telrod | src/tests/org/jboss/test/remoting/lease/multiplex/MultiplexLeaseTestServer.java | JBREM-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.10 | modified | telrod | src/main/org/jboss/remoting/Lease.java | JBREM-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.7 | modified | telrod | src/main/org/jboss/remoting/LeasePinger.java | JBREM-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.49 | modified | telrod | src/main/org/jboss/remoting/Client.java | JBREM-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.1 | added | telrod | src/main/org/jboss/remoting/ClientHolder.java | JBREM-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.9 | modified | telrod | src/main/org/jboss/remoting/Lease.java | JBREM-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.6 | modified | telrod | src/main/org/jboss/remoting/LeasePinger.java | JBREM-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.6 | modified | telrod | src/main/org/jboss/remoting/MicroRemoteClientInvoker.java | JBREM-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.24 | modified | telrod | src/main/org/jboss/remoting/RemoteClientInvoker.java | JBREM-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.45 | modified | telrod | src/main/org/jboss/remoting/ServerInvoker.java | JBREM-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.3 | modified | telrod | src/tests/org/jboss/test/remoting/lease/socket/multiple/SocketLeaseTestClient.java | JBREM-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.2 | modified | telrod | src/tests/org/jboss/test/remoting/lease/socket/multiple/SocketLeaseTestServer.java | JBREM-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.1 | added | telrod | src/tests/org/jboss/test/remoting/lease/timer/TimerUtilTestCase.java | JBREM-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.13 | modified | telrod | src/tests/org/jboss/test/remoting/transport/InvokerClientTest.java | JBREM-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.7 | modified | telrod | src/main/org/jboss/remoting/transport/ClientInvoker.java | JBREM-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.4 | modified | telrod | src/main/org/jboss/remoting/transport/sslmultiplex/SSLMultiplexClientInvoker.java | JBREM-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.3 | modified | telrod | src/main/org/jboss/remoting/transport/sslsocket/SSLSocketClientInvoker.java | JBREM-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.43 | modified | telrod | src/main/org/jboss/remoting/transport/multiplex/MultiplexClientInvoker.java | JBREM-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.9 | modified | telrod | src/main/org/jboss/remoting/transport/rmi/RMIClientInvoker.java | JBREM-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.15 | modified | telrod | src/main/org/jboss/remoting/transport/socket/MicroSocketClientInvoker.java | JBREM-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.38 | modified | telrod | src/main/org/jboss/remoting/transport/socket/SocketClientInvoker.java | JBREM-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.15 | modified | telrod | src/main/org/jboss/remoting/transport/local/LocalClientInvoker.java | JBREM-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.2 | modified | csuconic | src/tests/org/jboss/test/remoting/lease/socket/multiple/SocketLeaseTestClient.java | JBREM-596 - fixing test scenario to the failing point |
| 1.1 | added | telrod | src/tests/org/jboss/test/remoting/lease/socket/multiple/SocketLeaseTestCase.java | JBREM-596 - tests |
| 1.1 | added | telrod | src/tests/org/jboss/test/remoting/lease/socket/multiple/SocketLeaseTestClient.java | JBREM-596 - tests |
| 1.1 | added | telrod | src/tests/org/jboss/test/remoting/lease/socket/multiple/SocketLeaseTestServer.java | JBREM-596 - tests |