Greetings, I'm using Apache TomEE 1.6.0-SNAPSHOT from a couple of
weeks ago. I am frequently seeing my @Lock(LockType.WRITE) @Singleton
@Startup MySchedule { @Schedule(/**/) public void run() { /* slowish
*/ } } have the following error:

WARNING [EjbTimerPool - 901]
org.apache.openejb.core.timer.EjbTimerServiceImpl.ejbTimeout Failed to
execute ejbTimeout on MySchedule successfully within 1 attempts

And then the transaction is rolled back. How can I extend the timeout
such that I have more time for MySchedule#run in order to do its
processing?

Reply via email to