|
Hello All,
It appears that the SpringSource-supported quartz plugin 1.0-RC1 no longer works with Grails 2.x. Is that correct? I had it working w/ Grails 2.x a few months ago. For a new project, is there any reason not to switch to the quartz2 plugin instead? Thanks! --john --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
We're using the Quartz2 plugin without issues; the only downside that we've found is that you cannot use the quartz-monitor plugin so you need to figure out your own way to manually trigger jobs and check their status.
Andy
On Mon, May 14, 2012 at 11:14 AM, John Cartwright <[hidden email]> wrote: Hello All, |
|
It's not the most up-to-date version of the Quartz plugin listed on the Grails plugin page, but I'm using Quartz plugin v0.4.2 with a Grails 2.0.3 app without any problems.
On Mon, May 14, 2012 at 11:24 AM, Andy Sinesio <[hidden email]> wrote: We're using the Quartz2 plugin without issues; the only downside that we've found is that you cannot use the quartz-monitor plugin so you need to figure out your own way to manually trigger jobs and check their status. |
|
thanks for the replies. I had used 0.4.2 on Grails 2.0.3 w/o any
problems and was just surprised when 1.0-RC1 wouldn't install on it. Guess we'll switch to quartz2. --john On Mon, May 14, 2012 at 10:05 PM, Craig Atkinson <[hidden email]> wrote: > It's not the most up-to-date version of the Quartz plugin listed on the > Grails plugin page, but I'm using Quartz plugin v0.4.2 with a Grails 2.0.3 > app without any problems. > > > On Mon, May 14, 2012 at 11:24 AM, Andy Sinesio <[hidden email]> wrote: >> >> We're using the Quartz2 plugin without issues; the only downside that >> we've found is that you cannot use the quartz-monitor plugin so you need to >> figure out your own way to manually trigger jobs and check their status. >> >> Andy >> >> >> On Mon, May 14, 2012 at 11:14 AM, John Cartwright >> <[hidden email]> wrote: >>> >>> Hello All, >>> >>> It appears that the SpringSource-supported quartz plugin 1.0-RC1 no >>> longer works with Grails 2.x. Is that correct? I had it working w/ >>> Grails 2.x a few months ago. >>> >>> For a new project, is there any reason not to switch to the quartz2 >>> plugin instead? >>> >>> Thanks! >>> >>> --john >>> >>> --------------------------------------------------------------------- >>> To unsubscribe from this list, please visit: >>> >>> http://xircles.codehaus.org/manage_email >>> >>> >> > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
In reply to this post by asinesio
I am always open to the help on the monitoring. Quartz2 fundamentally broke some of the old api 1.8 which is what the Quartz plugin is based on. I'm was working on a quartz2 monitor fork thats based on a bootstrap ui but got too busy. I have not contacted the quartz-monitor author yet but will when I have something up on github for him/all to review. Quartz2 should work fine but the jdbcStore has not been tested by us. On May 14, 2012, at 11:24 AM, Andy Sinesio wrote: We're using the Quartz2 plugin without issues; the only downside that we've found is that you cannot use the quartz-monitor plugin so you need to figure out your own way to manually trigger jobs and check their status. |
|
In reply to this post by John Cartwright - NOAA Federal
Any news on this? We're installed the Quartz2 plugin and now want monitoring. Should we drop back to the Quartz (1) plugin and use the quartz-monitor plugin? But I see from the github comments that quartz-monitor doesn't work with the latest version of the Quartz plugin. And who wants to use version 0.4.2 when version 1.0RC2 is out?
Ah the joys of version management. It'd be nice if the quartz2 plugin incorporated monitoring to avoid keeping two plugins in sync. - Jasen. |
|
It would be nice and we always welcome contributions.
It has not made it onto our schedule yet but might in the next few months if no one in the community takes ownership of it. On Jul 11, 2012, at 6:01 AM, jasenj1 wrote: > It'd be nice if the quartz2 plugin incorporated monitoring to avoid keeping > two plugins in sync. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
I had to address this in a custom way for the quartz2 plugin, but we have
some custom handling that might be hard to pull out, especially the pages for monitoring. If someone can take the monitoring pages, I can handle the backend portion of it. Any takers? -Brian -----Original Message----- From: Josh (basejump) [mailto:[hidden email]] Sent: Wednesday, July 11, 2012 1:58 PM To: [hidden email] Subject: Re: [grails-user] Quartz plugin versions It would be nice and we always welcome contributions. It has not made it onto our schedule yet but might in the next few months if no one in the community takes ownership of it. On Jul 11, 2012, at 6:01 AM, jasenj1 wrote: > It'd be nice if the quartz2 plugin incorporated monitoring to avoid > keeping two plugins in sync. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
Brian,
what did you build out on the back end that might be helpful? Do you have a helper or quartz plugin to track history? On Jul 11, 2012, at 3:11 PM, Brian Saville wrote: > I had to address this in a custom way for the quartz2 plugin, but we have > some custom handling that might be hard to pull out, especially the pages > for monitoring. If someone can take the monitoring pages, I can handle > the backend portion of it. > > Any takers? > -Brian > > -----Original Message----- > From: Josh (basejump) [mailto:[hidden email]] > Sent: Wednesday, July 11, 2012 1:58 PM > To: [hidden email] > Subject: Re: [grails-user] Quartz plugin versions > > It would be nice and we always welcome contributions. > It has not made it onto our schedule yet but might in the next few months > if no one in the community takes ownership of it. > > On Jul 11, 2012, at 6:01 AM, jasenj1 wrote: > >> It'd be nice if the quartz2 plugin incorporated monitoring to avoid >> keeping two plugins in sync. > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
No, just simple updates for the new scheduler interfaces/methods and handling for the state within the quartz API. If I remember right, I had to modify the job factory that the quartz monitor factory provided because it extended an obsolete class or something.
Sorry, it's been awhile, but it's just updates to handle the quartz APIs in version 2. -Brian On Fri, Jul 20, 2012 at 12:20 PM, Josh (basejump) <[hidden email]> wrote: Brian, |
| Powered by Nabble | Edit this page |
