[jboss-user] [Clustering/JBoss] - Re: Shared bean in two different servers, instead of server1

bstansberry@jboss.com do-not-reply at jboss.com
Thu Nov 15 17:01:07 EST 2007


This is the designed behavior. To get the behavior you want, you need to subclass org.jboss.invocation.InvokerInterceptor, override the isLocal(Invocation) method, and update your client-container configuration (e.g. the clustered-stateless-rmi-invoker section in conf/standardjboss.xml) to use your interceptor in place of the standard org.jboss.invocation.InvokerInterceptor.

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

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



More information about the jboss-user mailing list