-
Bug
-
Resolution: Done
-
Critical
-
JBossAS-4.0.4.GA
-
None
The implementation of javax.management.timer.Timer does not match the javadoc: -
http://java.sun.com/j2ee/1.4/docs/api/javax/management/timer/Timer.html
By default the timer should be using fixed-delay execution, our implementation is defaulting to fixed-rate execution.
In addition to this to use fixed-rate execution you should use the method addNotification(String, String, Object, Date, long, long, boolean), however we have not implemented this method and we just throw a RuntimeException if it is invoked.