Hi Joshua,
If the exception is caused by java.sql.SQLException, you should use a separate RDBMS system (Oracle, PostgreSQL, MySQL, etc.) to handle the data for EJB timers instead of embedded database. Especially, embedded Derby doesn't work such a scenario.
Thanks,
Kenji
2018年11月2日金曜日 6時09分07秒 UTC+9 Joshua: