Ulrich, Thomas,
I took a look at the Cron impls that existed in the Cornersone base, and did not like them so we wrote our own (proprietory). We had configurable TimeTriggers. They were instantiated and decorated via configure() as per Configurable. All were written from scratch.Problem is, that on Dec 31 the getTimeAfter method returns a value in the
past
=> consequence in our scenario: trigger is executed again and again leading
to OutOfMemory-Error for the running app ;-((
I can confirm this, our production system simply stopped its service.
We did not have an out of memory error, because we caught the error condition (*tap on my shoulder*) and wrote a line to the logfile. Alas, we ran out of disk space, because the logfiles became so large :(
That does not help much, I guess, but it is indicative of the fact that we need better trime triggers than those offered, or more exhasutive test cases.
- Paul
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>