diff options
author | Benoit Foucher <benoit@zeroc.com> | 2011-04-12 12:12:55 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2011-04-12 12:12:55 +0200 |
commit | 1d4c8cf9f9a75394da3c0383fbcd787e2545a58c (patch) | |
tree | 0b50055f2506b099752b13ffb48a18f6d7fb5454 /java/src/IceInternal/ProxyFactory.java | |
parent | Updated MSDN menu names for SDK (diff) | |
download | ice-1d4c8cf9f9a75394da3c0383fbcd787e2545a58c.tar.bz2 ice-1d4c8cf9f9a75394da3c0383fbcd787e2545a58c.tar.xz ice-1d4c8cf9f9a75394da3c0383fbcd787e2545a58c.zip |
Fixed bug 4993 & 5001, addition fix for bug 4914
Diffstat (limited to 'java/src/IceInternal/ProxyFactory.java')
-rw-r--r-- | java/src/IceInternal/ProxyFactory.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/java/src/IceInternal/ProxyFactory.java b/java/src/IceInternal/ProxyFactory.java index ab75548f14e..15091ed1fe5 100644 --- a/java/src/IceInternal/ProxyFactory.java +++ b/java/src/IceInternal/ProxyFactory.java @@ -129,6 +129,9 @@ public final class ProxyFactory // must *always* retry, so that the missing proxy is added // to the router. // + + ref.getRouterInfo().clearCache(ref); + if(traceLevels.retry >= 1) { String s = "retrying operation call to add proxy to router\n" + ex.toString(); |