vote up 0 vote down star

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?

flag

70% accept rate

1 Answer

vote up 0 vote down check

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|flag

Your Answer

Get an OpenID
or

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