-
Feature Request
-
Resolution: Done
-
Critical
-
None
-
None
-
None
the problem is that all the timers are put on a single slsb. so we have to loop through all the timers to cancel or find one. that is a bottleneck.
we need to change that approach to the use of entity beans. 1 entity bean per job. so that we can put queries for jobs and that way have a more efficient way of finding and cancelling ejb timers.
- incorporates
-
JBPM-1119 Timers using EjbSchedulerService are not persisted across JBoss restarts
- Closed