Hi once you configure quartz then all beans use a dedicated quartz config.
You can have by bean configuration adding it in openejb-jar.xml in ejb-deployment properties. Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-09-04 15:53 GMT+02:00 tschuler <[email protected]>: > 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.
