I'm trying to do the exact same thing and I also noticed that the round robin works if
the client code is executed from another jvm. I see your solution is to disable
IsLocalInterceptor and ClusteredIsLocalInterceptor in the ejb3-interceptors-aop.xml file.
I see in the DTD that the interceptor scope can be
PER_VM|PER_CLASS|PER_INSTANCE|PER_JOINPOINT|PER_CLASS_JOINPOINT and the default is PER_VM.
What value should I change it to or what do you mean by disabling IsLocalInterceptor and
ClusteredIsLocalInterceptor?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081962#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...