Error invoking timeout for timer - could not obtain lock within 5MINUTES at EJB 3 timerservice
问题 I have an application running on jboss 6.1 that defines a lot of dinamyc timers at the startup (e.g doSomething every minute) based on informations already persisted on the database. The timers are created programmatically based on these informations: TimerConfig timerConfig = new TimerConfig(); timerConfig.setInfo(info); timerConfig.setPersistent(false); Timer timer = timerService.createCalendarTimer(scheduleExpression, timerConfig); Today i found that the "every minute" timer created was