just commited something regarding it, if you want to review the test here it is: http://svn.apache.org/repos/asf/tomee/tomee/trunk/container/openejb-core/src/test/java/org/apache/openejb/timer/GetTimerTest.java
*Romain Manni-Bucau* *Twitter: @rmannibucau <https://twitter.com/rmannibucau>* *Blog: **http://rmannibucau.wordpress.com/*<http://rmannibucau.wordpress.com/> *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github: https://github.com/rmannibucau* 2013/9/2 Romain Manni-Bucau <[email protected]> > Iirc it was using remote ejb right? Can you update it to be a simple junit > test (using ApplicationComposer for instance). Then we could include it in > tomee unit tests directly. > Le 2 sept. 2013 11:21, "tschuler" <[email protected]> a écrit : > > Hi Romain! >> >> I already shared the tests for topic "Fired calendar trigger still >> available" (resulting in https://issues.apache.org/jira/browse/TOMEE-1011 >> ). >> >> It includes two tests for cron triggers (class TestTimers): >> - method testCronTriggerNotFiring: Shows that a not fired cron trigger can >> be found and canceled. >> - method testCronTriggerFiring: Shows that an at least once fired cron >> trigger cannot be found (and therefore cannot be canceled) any more and >> keeps on firing. >> >> Best regards, >> Thomas >> >> >> >> -- >> View this message in context: >> http://openejb.979440.n4.nabble.com/Fired-cron-trigger-not-available-tp4664936p4664940.html >> Sent from the OpenEJB User mailing list archive at Nabble.com. >> >
