The EJB Timer service is not yet clusterable in JBoss.
This scheduled to be implemented in 5.x.
If a clustered timer is indeed necessary, rather than the standard timer service, you
could instead configure JBoss to use a QuartzService:
http://www.opensymphony.com/quartz/api/org/quartz/ee/jmx/jboss/package-su...
When configured with a JDBCJobStore, the quartz scheduler is clusterable, as documented
here:
http://www.opensymphony.com/quartz/wikidocs/ConfigJDBCJobStoreClustering....
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158761#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...