java - Quartz Scheduler - multiple process IDs of OC4J running same instance, each gets scheduled -


i have tried quartz schedule mails. when application deployed on app server, internally creates multiple process ids oc4j instance. when runs, these instance run separately , send mail.

can use jdbc job store handle situation? else should avoid it?

you can specify concurrent false if explicitly starting job through xml or java code.


Comments

Popular posts from this blog

Capture and play voice with Asterisk ARI -

c++ - Can not find the "fiostream.h" file -

java - Why database contraints in HSQLDB are only checked during a commit when using transactions in Hibernate? -