Hi! We use TomEE 1.6.0.2. We have a couple of scheduled beans and provide an own application.properties (with scheduler MyScheduler) to get the according quartz jobs persisted. As we can see (asking the org.quartz.impl.StdSchedulerFactory) that both MyScheduler and the TomEE default scheduler DefaultQuartzScheduler exist.
Is there a way to get a scheduled bean to be handled by a specific scheduler? E.g. scheduled bean 1 should use MyScheduler, scheduled bean 2 should use DefaultQuartzScheduler. Best regards, Thomas -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/Specific-quartz-scheduler-for-scheduled-beans-tp4671625.html Sent from the TomEE Users mailing list archive at Nabble.com.
