Ilya Sorokoumov [
http://community.jboss.org/people/ilya40umov] created the discussion
"Re: Singleton in clustered JBoss AS 6 Final"
To view the discussion, visit:
http://community.jboss.org/message/583088#583088
--------------------------------------------------------------
I guess you can try this:
As all the data in a singleton should be the same in all nodes. You can just use some flag
inside you singleton and if this flag shows that action has been already executed today
you can simply skip it on the other nodes.
Does it work for you?
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/583088#583088]
Start a new discussion in EJB3 at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]