-
Sub-task
-
Resolution: Done
-
Major
-
JBossAS-4.0.3RC1
-
None
The retrieveal of the FamilyClusterInfo information is not done a consistent way.
e.g. the targets and view id could be retrieved across a view change
public void JRMPInvokerProxyHA::writeExternal(final ObjectOutput out)
throws IOException
{
ArrayList targets = this.familyClusterInfo.getTargets();
--> View change here
long vid = this.familyClusterInfo.getCurrentViewId ();
targets.trimToSize();
out.writeObject(targets);
out.writeObject(this.loadBalancePolicy);
out.writeObject (this.proxyFamilyName);
out.writeLong (vid);