You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Mark Lybarger <Ma...@CBC-Companies.com> on 2003/04/28 15:07:09 UTC

quartz scheduler service

I browsed the archives briefly on quartz, and also checked out the quartz
website.  I'm looking into using quartz for my turbine based application
because basically the turbine scheduler seems to rely on torque OM/peer
classes to do persistance of jobs, and we're not using torque in our
application.  Please let me know if i'm misguided on this.  I'm certainly
willing to give the Turbine scheduler a shot, whatever can run a job for me
at a given time.  Perhaps I just need to create the peer/OM classes to get
the Turbine scheduler persistance to work?

If anyone has a Turbine service for quartz that they'd be willing to share
it would be MOST appreciated!

Thanks!

Mark Lybarger
Mark.Lybarger@cbc-companies.com
CBC Companies
614.442.3741

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.474 / Virus Database: 272 - Release Date: 4/18/2003
 

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


Re: quartz scheduler service

Posted by Akmal Sarhan <as...@byteaction.de>.
attached is the turbine-quartz scheduler service impl
please note that it is based on Turbine 2.2 and quartz  1.0.7


regards
----- Original Message -----
From: "J�rgen Hoffmann" <jh...@byteaction.de>
To: "'Turbine Users List'" <tu...@jakarta.apache.org>
Sent: Monday, April 28, 2003 3:41 PM
Subject: AW: quartz scheduler service


Hi,

We have implemented a quartz scheduler service based on t2.2 and are
willing to contribute.

Kind regards

J�rgen Hoffmann
ByteACTION GmbH

cert. Perl Programmer
cert. Linux System Administrator
cert. Java Programmer



-----Urspr�ngliche Nachricht-----
Von: Mark Lybarger [mailto:Mark.Lybarger@CBC-Companies.com]
Gesendet: Montag, 28. April 2003 15:07
An: Turbine Users List (E-mail)
Betreff: quartz scheduler service


I browsed the archives briefly on quartz, and also checked out the
quartz website.  I'm looking into using quartz for my turbine based
application because basically the turbine scheduler seems to rely on
torque OM/peer classes to do persistance of jobs, and we're not using
torque in our application.  Please let me know if i'm misguided on this.
I'm certainly willing to give the Turbine scheduler a shot, whatever can
run a job for me at a given time.  Perhaps I just need to create the
peer/OM classes to get the Turbine scheduler persistance to work?

If anyone has a Turbine service for quartz that they'd be willing to
share it would be MOST appreciated!

Thanks!

Mark Lybarger
Mark.Lybarger@cbc-companies.com
CBC Companies
614.442.3741

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.474 / Virus Database: 272 - Release Date: 4/18/2003


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org



Turbine init() problem

Posted by Rakesh Chauhan <ra...@cybage.com>.
Under what circumstances will I have two instances of Turbine hapen in one start of my tomcat server. In my turbine.log files I have "Turbine init(): ready to rumble " happening twice in one start of catalina ( yes I did clean up my Turbine log files before restarting catalina).I am using turbine 2.2 and Torque3.0 in tdk 2.2 .This behaviour is not consistent. It does not happen everytime.
Is there a way in which I can restrict the init() happening more than once.

Thanks,
/rakesh
  ----- Original Message ----- 
  From: Jason van Zyl 
  To: Turbine Users List 
  Sent: Monday, April 28, 2003 7:35 PM
  Subject: Re: quartz scheduler service


  On Mon, 2003-04-28 at 09:55, Rakesh Chauhan wrote:
  > Hi,
  >     I am also looking for an alternative other than the Turbine Scheduled Jobs. We have been running into quite a lot of problems because of the scheduled jobs getting initialized multiple times because of the Turbine init() happening mutiple times. 
  >     We have also decided to turn to a scheduler service which can runoutside the Turbine framework, but we would still like to use the turbine/torque classes from the QUARTZ scheduler.
  > 
  > If someone can give us pointers in this direction,it will greatly appreciated
  > Thanks,

  I don't know what the status is of running avalon components in 2.2 but
  here's an avalon component for scheduler based on Quartz.

  http://cvs.werken.com/viewcvs.cgi/plexus-components/scheduler/?cvsroot=plexus

  > /rakesh
  > 
  >   ----- Original Message ----- 
  >   From: Jürgen Hoffmann 
  >   To: 'Turbine Users List' 
  >   Sent: Monday, April 28, 2003 7:11 PM
  >   Subject: AW: quartz scheduler service
  > 
  > 
  >   Hi,
  > 
  >   We have implemented a quartz scheduler service based on t2.2 and are
  >   willing to contribute.
  > 
  >   Kind regards
  >    
  >   Jürgen Hoffmann
  >   ByteACTION GmbH
  >    
  >   cert. Perl Programmer
  >   cert. Linux System Administrator
  >   cert. Java Programmer
  > 
  > 
  > 
  >   -----Ursprüngliche Nachricht-----
  >   Von: Mark Lybarger [mailto:Mark.Lybarger@CBC-Companies.com] 
  >   Gesendet: Montag, 28. April 2003 15:07
  >   An: Turbine Users List (E-mail)
  >   Betreff: quartz scheduler service
  > 
  > 
  >   I browsed the archives briefly on quartz, and also checked out the
  >   quartz website.  I'm looking into using quartz for my turbine based
  >   application because basically the turbine scheduler seems to rely on
  >   torque OM/peer classes to do persistance of jobs, and we're not using
  >   torque in our application.  Please let me know if i'm misguided on this.
  >   I'm certainly willing to give the Turbine scheduler a shot, whatever can
  >   run a job for me at a given time.  Perhaps I just need to create the
  >   peer/OM classes to get the Turbine scheduler persistance to work?
  > 
  >   If anyone has a Turbine service for quartz that they'd be willing to
  >   share it would be MOST appreciated!
  > 
  >   Thanks!
  > 
  >   Mark Lybarger
  >   Mark.Lybarger@cbc-companies.com
  >   CBC Companies
  >   614.442.3741
  > 
  >   ---
  >   Outgoing mail is certified Virus Free.
  >   Checked by AVG anti-virus system (http://www.grisoft.com).
  >   Version: 6.0.474 / Virus Database: 272 - Release Date: 4/18/2003
  >    
  > 
  >   ---------------------------------------------------------------------
  >   To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
  >   For additional commands, e-mail: turbine-user-help@jakarta.apache.org
  > 
  > 
  > 
  >   ---------------------------------------------------------------------
  >   To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
  >   For additional commands, e-mail: turbine-user-help@jakarta.apache.org
  -- 
  jvz.

  Jason van Zyl
  jason@zenplex.com
  http://tambora.zenplex.org

  In short, man creates for himself a new religion of a rational
  and technical order to justify his work and to be justified in it.
    
    -- Jacques Ellul, The Technological Society


  ---------------------------------------------------------------------
  To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
  For additional commands, e-mail: turbine-user-help@jakarta.apache.org

Re: quartz scheduler service

Posted by Jason van Zyl <ja...@zenplex.com>.
On Mon, 2003-04-28 at 09:55, Rakesh Chauhan wrote:
> Hi,
>     I am also looking for an alternative other than the Turbine Scheduled Jobs. We have been running into quite a lot of problems because of the scheduled jobs getting initialized multiple times because of the Turbine init() happening mutiple times. 
>     We have also decided to turn to a scheduler service which can runoutside the Turbine framework, but we would still like to use the turbine/torque classes from the QUARTZ scheduler.
> 
> If someone can give us pointers in this direction,it will greatly appreciated
> Thanks,

I don't know what the status is of running avalon components in 2.2 but
here's an avalon component for scheduler based on Quartz.

http://cvs.werken.com/viewcvs.cgi/plexus-components/scheduler/?cvsroot=plexus

> /rakesh
> 
>   ----- Original Message ----- 
>   From: Jürgen Hoffmann 
>   To: 'Turbine Users List' 
>   Sent: Monday, April 28, 2003 7:11 PM
>   Subject: AW: quartz scheduler service
> 
> 
>   Hi,
> 
>   We have implemented a quartz scheduler service based on t2.2 and are
>   willing to contribute.
> 
>   Kind regards
>    
>   Jürgen Hoffmann
>   ByteACTION GmbH
>    
>   cert. Perl Programmer
>   cert. Linux System Administrator
>   cert. Java Programmer
> 
> 
> 
>   -----Ursprüngliche Nachricht-----
>   Von: Mark Lybarger [mailto:Mark.Lybarger@CBC-Companies.com] 
>   Gesendet: Montag, 28. April 2003 15:07
>   An: Turbine Users List (E-mail)
>   Betreff: quartz scheduler service
> 
> 
>   I browsed the archives briefly on quartz, and also checked out the
>   quartz website.  I'm looking into using quartz for my turbine based
>   application because basically the turbine scheduler seems to rely on
>   torque OM/peer classes to do persistance of jobs, and we're not using
>   torque in our application.  Please let me know if i'm misguided on this.
>   I'm certainly willing to give the Turbine scheduler a shot, whatever can
>   run a job for me at a given time.  Perhaps I just need to create the
>   peer/OM classes to get the Turbine scheduler persistance to work?
> 
>   If anyone has a Turbine service for quartz that they'd be willing to
>   share it would be MOST appreciated!
> 
>   Thanks!
> 
>   Mark Lybarger
>   Mark.Lybarger@cbc-companies.com
>   CBC Companies
>   614.442.3741
> 
>   ---
>   Outgoing mail is certified Virus Free.
>   Checked by AVG anti-virus system (http://www.grisoft.com).
>   Version: 6.0.474 / Virus Database: 272 - Release Date: 4/18/2003
>    
> 
>   ---------------------------------------------------------------------
>   To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
>   For additional commands, e-mail: turbine-user-help@jakarta.apache.org
> 
> 
> 
>   ---------------------------------------------------------------------
>   To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
>   For additional commands, e-mail: turbine-user-help@jakarta.apache.org
-- 
jvz.

Jason van Zyl
jason@zenplex.com
http://tambora.zenplex.org

In short, man creates for himself a new religion of a rational
and technical order to justify his work and to be justified in it.
  
  -- Jacques Ellul, The Technological Society


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


Re: quartz scheduler service

Posted by Rakesh Chauhan <ra...@cybage.com>.
Hi,
    I am also looking for an alternative other than the Turbine Scheduled Jobs. We have been running into quite a lot of problems because of the scheduled jobs getting initialized multiple times because of the Turbine init() happening mutiple times. 
    We have also decided to turn to a scheduler service which can runoutside the Turbine framework, but we would still like to use the turbine/torque classes from the QUARTZ scheduler.

If someone can give us pointers in this direction,it will greatly appreciated
Thanks,
/rakesh

  ----- Original Message ----- 
  From: Jürgen Hoffmann 
  To: 'Turbine Users List' 
  Sent: Monday, April 28, 2003 7:11 PM
  Subject: AW: quartz scheduler service


  Hi,

  We have implemented a quartz scheduler service based on t2.2 and are
  willing to contribute.

  Kind regards
   
  Jürgen Hoffmann
  ByteACTION GmbH
   
  cert. Perl Programmer
  cert. Linux System Administrator
  cert. Java Programmer



  -----Ursprüngliche Nachricht-----
  Von: Mark Lybarger [mailto:Mark.Lybarger@CBC-Companies.com] 
  Gesendet: Montag, 28. April 2003 15:07
  An: Turbine Users List (E-mail)
  Betreff: quartz scheduler service


  I browsed the archives briefly on quartz, and also checked out the
  quartz website.  I'm looking into using quartz for my turbine based
  application because basically the turbine scheduler seems to rely on
  torque OM/peer classes to do persistance of jobs, and we're not using
  torque in our application.  Please let me know if i'm misguided on this.
  I'm certainly willing to give the Turbine scheduler a shot, whatever can
  run a job for me at a given time.  Perhaps I just need to create the
  peer/OM classes to get the Turbine scheduler persistance to work?

  If anyone has a Turbine service for quartz that they'd be willing to
  share it would be MOST appreciated!

  Thanks!

  Mark Lybarger
  Mark.Lybarger@cbc-companies.com
  CBC Companies
  614.442.3741

  ---
  Outgoing mail is certified Virus Free.
  Checked by AVG anti-virus system (http://www.grisoft.com).
  Version: 6.0.474 / Virus Database: 272 - Release Date: 4/18/2003
   

  ---------------------------------------------------------------------
  To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
  For additional commands, e-mail: turbine-user-help@jakarta.apache.org



  ---------------------------------------------------------------------
  To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
  For additional commands, e-mail: turbine-user-help@jakarta.apache.org

AW: quartz scheduler service

Posted by Jürgen Hoffmann <jh...@byteaction.de>.
Hi,

We have implemented a quartz scheduler service based on t2.2 and are
willing to contribute.

Kind regards
 
Jürgen Hoffmann
ByteACTION GmbH
 
cert. Perl Programmer
cert. Linux System Administrator
cert. Java Programmer



-----Ursprüngliche Nachricht-----
Von: Mark Lybarger [mailto:Mark.Lybarger@CBC-Companies.com] 
Gesendet: Montag, 28. April 2003 15:07
An: Turbine Users List (E-mail)
Betreff: quartz scheduler service


I browsed the archives briefly on quartz, and also checked out the
quartz website.  I'm looking into using quartz for my turbine based
application because basically the turbine scheduler seems to rely on
torque OM/peer classes to do persistance of jobs, and we're not using
torque in our application.  Please let me know if i'm misguided on this.
I'm certainly willing to give the Turbine scheduler a shot, whatever can
run a job for me at a given time.  Perhaps I just need to create the
peer/OM classes to get the Turbine scheduler persistance to work?

If anyone has a Turbine service for quartz that they'd be willing to
share it would be MOST appreciated!

Thanks!

Mark Lybarger
Mark.Lybarger@cbc-companies.com
CBC Companies
614.442.3741

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.474 / Virus Database: 272 - Release Date: 4/18/2003
 

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org