This content has been marked as final.
Show 3 replies
-
1. Re: Timerservice is starting on both nodes in cluster when server start.
rhusar Apr 21, 2016 11:33 AM (in response to paresh.vasani)Hello Paresh,
The EJB specification mandates that @Singleton bean is created singleton per Java Virtual machine. Thus, even if clustered there will be a bean per cluster node.
Take a look at how to implement this using HA singleton API in EAP 6.4. in this quickstart:
https://github.com/jboss-developer/jboss-eap-quickstarts/tree/6.4.x/cluster-ha-singleton
Rado
-
2. Re: Timerservice is starting on both nodes in cluster when server start.
soderguit May 17, 2017 11:27 AM (in response to paresh.vasani)Hi Paresh I'm experiencing the same issue. Have you found any solution yet?
Sorry but my english is so bad
Thanks
-
3. Re: Timerservice is starting on both nodes in cluster when server start.
rhusar May 23, 2017 1:24 PM (in response to soderguit)Hello Carlos, reading through this discussion should point you to the right direction: