up vote 0 down vote favorite
share [g+] share [fb]

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.

How can this be done? Is there a JMX interface to the Glassfish Timer facility which we can use?

link|improve this question

62% accept rate
feedback

1 Answer

up vote 0 down vote accepted

Its apparently impossible, since the question remain unanswered for almost three months.

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)

I'm adding monitoring for event completions instead, but thanks for letting me know that it's actually impossible;)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.