This content has been marked as final.
Show 1 reply
-
1. Re: HATimerService JBOSS EAP6.2 cluster
wdfink Apr 25, 2015 1:49 PM (in response to primefaces)The HASingleton example is not working like that.
The Singleton service only provide one method to retrieve a response.
One possible workaround is to store the timer configuration in a shared DB and call getValue() just to trigger a re-read from the database.
Cluster aware timers are introduced in WildFly 9 with a shared database.