-
Bug
-
Resolution: Done
-
Major
-
23.0.2.Final, 27.0.1.Final, 26.1.3.Final
If a @Schedule expression of type Increment uses an increment of zero or less the server enters an infinite loop.
The error is that in org.jboss.as.ejb3.timerservice.schedule.attribute.IntegerBasedExpression#processIncrement() the interval is not checked for validity.
Verified on WildFly 23.0.2.Final and 26.1.3.Final. On WildFly 27.0.1.Final the imports have to be changed to jakarta.*.
- is cloned by
-
JBEAP-24839 (7.4.z) WFLY-17807 - Invalid @Schedule expression results in infinite loop
- Closed