• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Jboss 7.1 and Quartz 2.1

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear friends, I need to configuring a web project with Jboss 7 and quartz 2.1.

I googled, but i dont have found a tutorial / article that describe how do it.

can someone help-me?

 
Ranch Hand
Posts: 859
IBM DB2 Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That's a tall order?

Are you using Spring?

Are you triggers and jobs persisted (in db) or xml configured?

So many questions.

WP
 
Raphael Guimenes
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I want to create a simple web project with Quartz 2.1 and with xml configured.

Basically, I want a method of a simple class is called every minute.


 
William P O'Sullivan
Ranch Hand
Posts: 859
IBM DB2 Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have you looked here:?

http://quartz-scheduler.org/documentation/quartz-2.1.x/examples/

or here:

http://docs.jboss.org/ejb3/docs/tutorial/1.0.7/html/Quartz_scheduler_integration.html

WP
 
Raphael Guimenes
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
yes, i looked theses pages.


The first link is not useful, it does not show how to use Quartz with JBoss.

The second link is not useful. It does not show how to use xml with quartz (deployment descriptor).

Am I searching for something that does not exist?
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have you used Quartz outside of JBoss? If yes, then using it in application deployed in JBoss would be almost similar. You'll have to place the Quartz jar within your application and then use appropriate Quartz APIs in your application.
 
Raphael Guimenes
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Friends!!

I resolved my problem.

I studied the pdf following :
http://quartz-scheduler.org/files/documentation/Quartz-2.1.x-Documentation.pdf

The quartz xml syntax has changed and it was not working

Thanks for all.
 
William P O'Sullivan
Ranch Hand
Posts: 859
IBM DB2 Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well done!

You never said it had changed?

Were you upgrading from a quartz 1.x ?

Yes, They changed a lot! including API.

WP
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic