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

Key: GRAILSPLUGINS-213
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Sergey Nebolsin
Reporter: Wolfgang Schell
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Grails Plugins

Quartz-Plugin should be looking for jobs in plugin directories as well

Created: 17/Jan/08 06:29 AM   Updated: 16/May/08 06:04 AM
Component/s: Grails-Quartz
Affects Version/s: Grails-Quartz 0.2
Fix Version/s: Grails-Quartz 0.3

Time Tracking:
Not Specified

File Attachments: 1. Text File grails-quartz-loadjobsfromplugins-GRAILSPLUGINS-213.patch (0.7 kb)



 Description  « Hide
The quartz plugin looks for jobs only iwithin the grails-app directory, not in the plugins directory see watchedResources (http://svn.grails-plugins.codehaus.org/browse/grails-plugins/grails-quartz/trunk/QuartzGrailsPlugin.groovy?r=3097#l57). This prevents other plugins to contribute jobs.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Wolfgang Schell - 31/Jan/08 05:04 AM
The attached patch fixes this issue

Sergey Nebolsin - 20/Feb/08 12:13 PM
Patch applied. Thanks, Wolfgang.