I'm implementing a Scheduler based in JBeret SchedulerTimer.
I had it working with the possibility of "Calendar-based Schedule" and "persistence" (EJB Timer), but currently the project has these features disabled reverting to Managed Scheduled Executor Service Jberet scheduling type. Don't know what were the changes that made these features become disabled, but I need to activate them again.
Is there a way to force the project to use EJB timer?
The feature check is done through rest Api, but it is not clear what to change to have EJB feature available