Closed GoogleCodeExporter closed 9 years ago
I loaded my job with xml and I coulnd't find how to set misfire policy for my
trigger.
Original comment by james.yo...@gmail.com
on 29 Mar 2012 at 12:54
Hum.. it's hard to tell what you have given. You would need to show your quartz
config. Can you turn on logging and show that as well? Both quartz and
myschedule has log level you may adjust.
Original comment by saltnlight5
on 6 Apr 2012 at 1:17
Hi do you still having issue with this?
Original comment by saltnlight5
on 1 Jun 2012 at 2:41
I couldn't find the reason this misfired trigger happens and now I just switch
back to my previous way of scheduling. Because this scheduler should be very
stable and there shouldn't be any misfired job.
I'm using the way below and it's working well even though there's no front end
for manage this scheduler.
import org.springframework.context.support.ClassPathXmlApplicationContext;
public class QuartzMain {
public static void main( String[] args ) throws Exception
{
new ClassPathXmlApplicationContext("myJob.xml ");
}
}
Original comment by james.yo...@gmail.com
on 1 Jun 2012 at 7:16
Hi, sorry to hear that you having trouble with myschedule. Let me know when you
have time to troubleshoot again then.
I will close with not enough info to reproduce.
Original comment by saltnlight5
on 1 Jun 2012 at 5:07
Original comment by saltnlight5
on 3 Jun 2012 at 1:34
Original issue reported on code.google.com by
james.yo...@gmail.com
on 29 Mar 2012 at 12:53