[jboss-user] [Clustering/JBoss] - Re: How to auto-start my singleton service?

2007-03-28 Thread karanmg
It worked. Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4032435#4032435 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4032435 ___ jboss-user mailing list

[jboss-user] [Clustering/JBoss] - Re: How to auto-start my singleton service?

2007-03-27 Thread [EMAIL PROTECTED]
Try renaming startSingleton() to start() and stopSingleton() to stop(). Methods create()/start()/stop()/destroy() are names of the standard lifecycle callbacks that the ServiceController will invoke as dependencies are satisfied. Since you're getting your HASingleton behavior via an mbean