[jboss-user] [Clustering/JBoss] - Re: Only one scheduler across all nodes in the cluster

2009-05-27 Thread israelalcazar
Sorry my jboss-service.xml is: | | | | jboss.ha:service=HASingletonDeployer,type=Barrier | true | mbean.scheduler.Notifier | NOW | 15000 | -1 | | | Thank in advance, View the original post : http://www.jboss.

[jboss-user] [Clustering/JBoss] - Re: Only one scheduler across all nodes in the cluster

2009-05-27 Thread israelalcazar
I'm newby JBoss Admin and I'm trying to make a cluster scheduler similar to your example. This is my jboss-service.xml: jboss.ha:service=HASingletonDeployer,type=Barrier true mbean.scheduler.Notifier NOW 15000 -1 When I deploy the ser

[jboss-user] [Clustering/JBoss] - Re: Only one scheduler across all nodes in the cluster

2008-04-09 Thread [EMAIL PROTECTED]
"tpawankumar" wrote : Hi, | | Following is the message on my console: | | | 10:50:27,533 INFO [TreeCache] viewAccepted(): MergeView::[10.88.192.129:2355|1] | | [10.88.192.129:2355, 10.88.192.141:1528], subgroups=[[10.88.192.129:2355|0] [10 | | .88.192.129:2355], [10.88.192.1

[jboss-user] [Clustering/JBoss] - Re: Only one scheduler across all nodes in the cluster

2008-04-09 Thread tpawankumar
Hi, Following is the message on my console: | 10:50:27,533 INFO [TreeCache] viewAccepted(): MergeView::[10.88.192.129:2355|1] | [10.88.192.129:2355, 10.88.192.141:1528], subgroups=[[10.88.192.129:2355|0] [10 | .88.192.129:2355], [10.88.192.141:1528|0] [10.88.192.141:1528]] | This te

[jboss-user] [Clustering/JBoss] - Re: Only one scheduler across all nodes in the cluster

2008-04-07 Thread [EMAIL PROTECTED]
Your XML looks fine. Whether you deploy it packaged in a sar or directly in deploy depends on whether you need to include anything else with the -service.xml. Whichever way you choose shouldn't effect how it works. Are you sure the two nodes are forming a cluster? View the original post : htt

[jboss-user] [Clustering/JBoss] - Re: Only one scheduler across all nodes in the cluster

2008-04-07 Thread tpawankumar
Hi All, Please let me know how did you deploy in jboss. Is this ***-service.xml is inside .sar or deployed seperately in /deploy folder. This is not working for me.Please help me. Thanks, Pavan. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142052#4142052

[jboss-user] [Clustering/JBoss] - Re: Only one scheduler across all nodes in the cluster

2008-04-03 Thread tpawankumar
Hi All, I am using scheduler in clustered environment. Following is jboss-service.xml | | | | jboss.ha:service=HASingletonDeployer,type=Barrier | true | com.covad.scheduler.HearBeatScheduler | NOW | 6 | -1 |

[jboss-user] [Clustering/JBoss] - Re: Only one scheduler across all nodes in the cluster

2008-01-28 Thread jimmymani
thanks its working fine new configuration is | | jboss.ha:service=HASingletonDeployer,type=Barrier | true | org.jboss.scheduler.OrderUpdateScheduler | NOW | 2 | -1 | | | View the original post : ht

[jboss-user] [Clustering/JBoss] - Re: Only one scheduler across all nodes in the cluster

2008-01-28 Thread [EMAIL PROTECTED]
Add jboss.ha:service=HASingletonDeployer,type=Barrier to your Scheduler's mbean config. See http://wiki.jboss.org/wiki/Wiki.jsp?page=HASingletonDeployer, " HASingleton Deployments Using a Barrier" for background on what that does. View the original post : http://www.jboss.com/index.html?modul