1
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 10 hours ago.
Mar 28, 2023 — Mar 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Move node identity out of Server class so that server-side classes aren't pulled in on the client resulting in NoClassDefFoundException. More... almost 12 years ago
Fix bug where local invocations are not properly detected. More... almost 12 years ago
Fix bug: when overriding load-balance policies, references of objects in base config don't work. More... almost 13 years ago
Fix a bug that occurs when the client and server are co-located. When the Naming service is in the same JVM as the client then serialization of the proxy does not occur but a direct reference of the proxy is given to the client. This causes the proxy to have all of the updated view IDs and the node-to-target manager thinks that the proxy is up-to-date, so some information is left uninitialized. More... almost 13 years ago
Attempt recovery even if node override is set. More... about 13 years ago
Fix bug: context was not being set on the client invocation after being refreshed from the server. More... about 13 years ago
Added 'base' load balance policy to the override policy that will be executed when override-node is set to all-nodes. More... over 13 years ago
Catch NullPointerException when invoking service control to workaround an inexplicable problem. More... over 13 years ago
Check for null value. More... over 13 years ago
Catch NullPointerException when invoking service control to workaround an inexplicable problem. More... about 14 years ago
Don't initialize node-to-target map if running on server. More... about 14 years ago
Add support for local EJB3 invocations. More... about 14 years ago
Minor improvements. More... about 14 years ago
Propagate the client address to the server on each call in order that the server can set its request context. More... over 14 years ago
Added Load Factor Perf.xlsx to release; updated version numbers in doc. More... over 14 years ago
Changed to version 2_0. More... over 14 years ago
Remove unnecessary entries. More... over 14 years ago
Prepare for release 2.0. More... over 14 years ago
Remove duplicate logging of performance data. More... over 14 years ago
Log performance data in getDeviation method. More... over 14 years ago
Added copyrights. More... over 14 years ago
Updated for version 1.4.0. More... over 14 years ago
Renamed to main-cluster. More... over 14 years ago
Removed unnecessary xmls. More... over 14 years ago
Invoke Server.started in order to set the state of the server to ONLINE and to ensure that both the node state and roles are published to the cluster. More... over 14 years ago
More code cleanup and performance improvements. More... over 14 years ago
Code cleanup. More... over 14 years ago
Ensure that exceptions thrown by JBoss Remoting are properly handled. More... over 14 years ago
Updated test harness to ensure that both EJB3 and EJB2 applications are functioning. More... over 14 years ago
Use ServiceControlProxy to ping cluster. More... over 14 years ago