dsamersoff [Thu, 20 Dec 2012 17:24:56 +0400] rev 14913
7009998: JMX synchronization during connection restart is faulty
Summary: add a return statement after the re-connecting has finished and the state is CONNECTED
Reviewed-by: sjiang
Contributed-by: jaroslav.bachorik@oracle.com
dsamersoff [Thu, 20 Dec 2012 16:56:33 +0400] rev 14912
6937053: RMI unmarshalling errors in ClientNotifForwarder cause silent failure
Summary: the catch block in the fetchNotifs() method is extended to expect UnmarshalException
Reviewed-by: emcmanus
Contributed-by: jaroslav.bachorik@oracle.com