I am trying to save the quartz scheduler jobs to the database so that it can sustain server crash. And can start automatically on server start up. The problem is that I managed to save the job in the database but I can't see the trigger.
Any idea on this issue? I am using quartz 2.2.1 SimpleTrigger and also tried CronTrigger but no luck. Any help would be appreciated.
This answer is just for the information of others asked for it in comment so posting my configuration for future reference of others, for me it was just configuration issue, I created the database tables manually. following is the configuration.
This was stored under the name of quartz.properties and was in classpath for quartz to find.