[jboss-dev-forums] [Design of Clustering on JBoss (Clusters/JBoss)] - Re: JBAS-4719 (JBCLUSTER-186) Invoker implementations need e
bstansberry@jboss.com
do-not-reply at jboss.com
Fri Sep 14 11:55:49 EDT 2007
The object stored in the target list isn't the InvokerProxyHA impl. It's a:
1) RMI stub for the JRMP invoker
2) String/URL for HTTP invoker
3) ServerAddress for the PooledInvoker
4) InvokerLocator for the UnifiedInvoker EJB3
All of those implement equals/hashCode.
There was a bug in some earlier AS versions (4.0.3x, maybe 4.0.4??) where the equals/hashCode impl in ServerAddress was broken.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084544#4084544
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084544
More information about the jboss-dev-forums
mailing list