Use simple xml to drive the Quartz Sheduler
问题 Can someone have a look at my simple test of Quartz xml which (fires every second) and give me a clue why no jobs have been added to the sheduler? Basically I'm expecting the 'SimpleJob' class to be fired every second where I can determine which job is being passed and what parameters are being passed in the form of keys - To be honest I'm confused as not enough documentation <job> <name>jobName1</name> <group>jobGroup1</group> <description>jobDesciption1</description> <job-type>Quartz.Job