quartz Fire Job immediately doesn't work
I integrated quartz 2 and spring 4 with maven and java annotation ( using servlet 3 ), also i am using tomcat 7 maven plugin for deploying my project,my quartz Configuration class like as below : and my job class define simply like as below : then i use the quartz Scheduler for using fire my job trigger immediately as below : but my problem is : when i call fireNow methode with "job1" , "mygroup" parameters nothing happens and my job1 do not call immediately and don't print anything in console, i also track the db tables an i noticed after running the fireNow method new row inserted in my qrtz