[jboss-user] [Clustering/JBoss] - Re: Can't get JBoss to use custom loadbalancer

2009-08-19 Thread heineson
"kedarpjoshi" wrote : Hi,
  | 
  | did u get solution to this? Even i am facing the same problem. I have 
clustered stateless beans [EJB 3.0] in my application. In my clustered 
deployment, all calls to the beans originated within the server VM are handled 
by the beans from the same server node only although there are beans avaialable 
freely in other node and the load balance policy is round robin. Please let me 
know how u resolved ur problem.
  | 
  | thanks,
  | Kedar

My problem was (as usual) a simple silly error from my side. Just forgot to put 
the classes in the client jars, only in the server application...

/Jonas

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250343
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Clustering/JBoss] - Re: Can't get JBoss to use custom loadbalancer

2009-08-19 Thread f_marchioni
With JBoss 5 the load balance policy class are into:

jboss-5.0.0.GA\common\lib\jbossha.jar   
jboss-5.0.0.GA\client\jboss-ha-legacy-client.jar   

With JBoss 4:

jboss-4.2.2.GA\client\jbossha-client.jar:
jboss-4.2.2.GA\server\all\lib\jbossha.jar:

try adding your custom load balancing policy in both client and server .jars.
Let me know if it worked.
bye
francesco



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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250318
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Clustering/JBoss] - Re: Can't get JBoss to use custom loadbalancer

2009-08-18 Thread kedarpjoshi
Hi,

did u get solution to this? Even i am facing the same problem. I have clustered 
stateless beans [EJB 3.0] in my application. In my clustered deployment, all 
calls to the beans originated within the server VM are handled by the beans 
from the same server node only although there are beans avaialable freely in 
other node and the load balance policy is round robin. Please let me know how u 
resolved ur problem.

thanks,
Kedar

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250060
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user