How to provoke a timer trigger in glassfish? - Stack Overflow most recent 30 from stackoverflow.com2009-12-17T09:35:04Zhttp://stackoverflow.com/feeds/question/443230http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/443230/how-to-provoke-a-timer-trigger-in-glassfish0How to provoke a timer trigger in glassfish?Hugo2009-01-14T14:51:26Z2009-04-03T12:28:38Z
<p>We need some consistency in our functional test cases.
The best we can do currently is to wait for an estimated time before the JEE timers in the product should have been triggered. It would be much more predictable if the test cases could trigger the timers programmatically, probably with JMX.</p>
<p>How can this be done? Is there a JMX interface to the Glassfish Timer facility which we can use?</p>
http://stackoverflow.com/questions/443230/how-to-provoke-a-timer-trigger-in-glassfish/713707#7137070Answer by Hugo for How to provoke a timer trigger in glassfish?Hugo2009-04-03T12:27:19Z2009-04-03T12:27:19Z<p>Its apparently impossible, since the question remain unanswered for almost three months.</p>
<p>However, I realized that for testing purposes it is enough to be notified when the triggering has actually occured. (Triggering it actively will only buy me time at the trade for quality)</p>
<p>I'm adding monitoring for event completions instead, but thanks for letting me know that it's actually impossible;)</p>