On Mar 12, 2009, at 12:43 AM, Kaayan wrote:
Can timers be persisted to DB? As in my situation I want it to be
run if it
missed a timeout.
I don't think we have anything that's ready to go.
There is some code for it, but it looks like it's been in the 80%
completion state for a while now -- didn't work on that particular
chunk of code so not too sure. You're welcome to hack on it.
http://svn.apache.org/viewvc/openejb/trunk/openejb3/container/openejb-core/src/main/java/org/apache/openejb/core/timer/DatabaseTimerStore.java?view=annotate
-David