[jboss-user] [Clustering/JBoss] - Re: deploy-hasingleton broke?

FrankTheTank do-not-reply at jboss.com
Wed Jun 17 03:57:50 EDT 2009


If you need a singleton, you can also annotate your bean with the barrier:

  | @Depends("jboss.ha:service=HASingletonDeployer,type=Barrier")
  | 

It is also better when you need to farm your application across the cluster (which I do not recall that deploy-hasingleton does).

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

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4238116



More information about the jboss-user mailing list