Issue Details (XML | Word | Printable)

Key: QUARTZ-337
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: James House
Reporter: Mirko Caserta
Votes: 0
Watchers: 2
Operations

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

Make so that EJBInvokerJob does context.setResult()

Created: 28/Feb/06 05:50 AM   Updated: 24/Dec/07 01:30 AM
Component/s: Jobs
Affects Version/s: 1.5.1
Fix Version/s: 1.6

File Attachments: 1. Text File EJBInvokerJob-setResult.patch (0.7 kB)


Flags: Patch


 Description  « Hide
This patch simply sets the result of the invoked EJB method in the context using context.setResult() so that Listeners can use that value.

We had to apply this patch to one of our production apps to make so that, if the invoked EJB method returns true, a new Trigger gets immediately scheduled for firing.

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Jasper Rosenberg added a comment - 15/May/06 07:55 AM
Thanks for the great patch Mirko!