[jboss-user] [Clustering/JBoss] - Re: HASingleton-problem on >2 nodes

2007-11-21 Thread [EMAIL PROTECTED]
Put it in deploy, not deploy-hasingleton. Only one server in the cluster will even look at the contents of deploy-hasingleton, and if that server isn't one of the ones you want your service will not get deployed. The deploy-hasingleton dir allows you to deploy stuff like ears, wars, ejb jars e

[jboss-user] [Clustering/JBoss] - Re: HASingleton-problem on >2 nodes

2007-11-21 Thread greeneagle
I did it exactly the way you guessed. The only difference is that I deployed the sar in 'deploy-hasingleton/'. The descriptor 'deploy-hasingleton-service.xml' is present in 'deploy' View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4106784#4106784 Reply to the po

[jboss-user] [Clustering/JBoss] - Re: HASingleton-problem on >2 nodes

2007-11-21 Thread [EMAIL PROTECTED]
Please describe exactly how you are deploying your singleton. I can guess from what you wrote, but I want to be sure. My guess is that you packaged your singleton code in a sar and in the sar's jboss-service.xml included an mbean for your service and an mbean for an HASingletonController to con