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

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -