Hi
in my quartz.properties I have added 2 xml file entries (job_from_jar.xml, job_local.xml) for org.quartz.plugin.jobInitializer.fileNames. Out of which job_from_jar.xml is in jar.
job_from_jar.xml is not being read and throwing file not found exception at following line in org.quartz.plugins.xml.JobInitializationPlugin.
Code:
URL url = classLoadHelper.getResource(getFileName());
Although when job_from_jar.xml is moved in (i.e in direct class path) everything seems to be working fine. It reads and executes the Job class (which is still in the jar) without giving any error.
I am using Quartz 1.6.6
I think its a bug in quartz API. Please help
thanks