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

Key: QUARTZ-559
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: James House
Reporter: John Lindal
Votes: 0
Watchers: 0
Operations

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

Example6 BadJob1.java calls incorrect function

Created: 01/Feb/07 02:02 PM   Updated: 19/Mar/07 12:43 AM
Component/s: Example Programs
Affects Version/s: 1.6
Fix Version/s: 1.6.1

File Attachments: 1. Text File QUARTZ-559.patch (1 kb)



 Description  « Hide
Example6 BadJob1.java calls refireImmediately(), but it ought to call setRefireImmediately(). Unfortunately, this function doesn't exist in JobExecutionException.java. Perhaps it should be added?

 All   Comments   Change History      Sort Order:
Henri Yandell - [05/Feb/07 03:46 PM ]
Makes sense to me - I've attached a patch.

Henri Yandell - [19/Mar/07 12:43 AM ]
 svn ci -m "Adding a setRefireImmediately(true) method to JobExecutionException. The example6/BadJob1 class needed it as reported in QUARTZ-559" src/ examples/

Sending examples/src/java/org/quartz/examples/example6/BadJob1.java
Sending src/java/org/quartz/JobExecutionException.java
Transmitting file data ..
Committed revision 664.