[jboss-user] [Clustering/JBoss] - Re: ServiceLocator and caching home interfaces in a cluster.

bstansberry@jboss.com do-not-reply at jboss.com
Sat Jul 21 11:15:07 EDT 2007


What gets passed around the cluster is a proxy to the bean.  The proxy to a local interface can only talk to an invoker using local calls, not remote.  But, if the EJB container it targets is also deployed on the node the proxy gets passed to, the proxy will be able to make calls on it.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4066406#4066406

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4066406



More information about the jboss-user mailing list