Are you using the @Clustered annotation in your ejb bean .
Also you can set you loadbalancing policy as follows. This example shows the RoundRobin
load balancing policy
@Clustered(loadBalancePolicy=org.jboss.ha.framework.interfaces.RoundRobin.class)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217262#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...