I have a non-persistent programmatic timer. When the execution is more than 600 seconds, the @Timeout
method is launched twice. However if the execution is smaller than 600 seconds it only executes one time.(this is what I need).
Anybody knows what's happening?
How can I solve this problem in order for the timer to only execute one time?
Regards