History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QUARTZ-68
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: James House
Reporter: Seth Fitzsimmons
Votes: 1
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Quartz Scheduler

JobInitializationPlugin: jobs.xml in classpath can't be found by FileScanJob

Created: 11/Sep/04 02:18 PM   Updated: 03/Dec/04 06:07 PM
Component/s: Core
Affects Version/s: 1.4.2
Fix Version/s: 1.4.3

Environment: Fedora Core 2 Linux, Sun JDK 1.4.2_05
Issue Links:
Duplicate
This issue duplicates:
QUARTZ-63 JobInitializationPlugin does not pick... Minor Closed
 
Related
 
This issue is related to:
QUARTZ-89 JobSchedulingDataProcessor causes exc... Major Closed


 Description  « Hide
FileScanJob reports that jobs.xml (configured in quartz.properties) can't be found after initialization occurred successfully. JobSchedulingDataProcessor checks both the filesystem and the classpath for the presence of jobs.xml, but FileScanJob only checks the file system.

 All   Comments   Change History      Sort Order:
Sean Owen - [01/Nov/04 12:53 PM ]
Hmm, actually it appears to me that JobSchedulingDataProcessor does *not* check the file system. Well, these issues concern the same particular part of Quartz at least.