No, problem is still existing :( Can anyone help?
Type: Posts; User: v1pka; Keyword(s):
No, problem is still existing :( Can anyone help?
I think that I solve the problem. I've created for each trigger one instance of SchedulerFactoryBean.
So I have multiple instance of SchedulerFactoryBean and working app.
I have several job in my applicationContext.xml - they should be fired once a hour, but the are fired twice by Quartz.
I read this forum, but I can't understand how to solve this problem.
This is a...