Maciej Swiderski [
https://community.jboss.org/people/swiderski.maciej] created the
discussion
"Re: Multiple Sessions - Timer Tasks - some triggered twice and some missed"
To view the discussion, visit:
https://community.jboss.org/message/793255#793255
--------------------------------------------------------------
Correct, you can dispose and the reload the session at any time. Once session is reloaded
all timers are reinitialized and in case of some missed fires such timers will be executed
almost directly after session is reloaded.
Most important is to have only single session that runs given timers so in clustered
environment that is bit tricky as you need to keep track of what timers are active on what
session. There are efforts to provide more cluster friendly timer support and hopefully it
will be soon available.
HTH
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/793255#793255]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]