I was trying Quartz clustered configuration but I have some problem
with org.quartz.jobStore.nonManagedTXDataSource property
I did a svn update to have code updated to HEAD....
no problem now I have to come back to my everyday work, I think I'll try
tomorrow
this was my config, MyAppDB is "JtaManaged true" and MyAppDBNonJta is
"JtaManaged false"
org.quartz.jobStore.class = org.quartz.impl.jdbcjobstore.JobStoreCMT
org.quartz.jobStore.dataSource=MyAppDB
org.quartz.dataSource.MyAppDB.jndiURL=jdbc/MyAppDB
org.quartz.jobStore.nonManagedTXDataSource=MyAppDBNonJta
org.quartz.dataSource.MyAppDBNonJta.jndiURL=jdbc/MyAppDBNonJta
org.quartz.jobStore.isClustered=true
Il 23/07/2012 08:29, Romain Manni-Bucau ha scritto:
Yep thought of it too but was in a dirty state to push any change.
Does it urge?
- Romain