• 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
  • Devaka Cooray
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Jeanne Boyarsky
  • Tim Cooke
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
Bartenders:

Scheduling jobs in Weblogic 6.1

 
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
Is there a way to schedule jobs in WLS 6.1 besides the now deprecated Time Services? Or a free third party product?
Any help is appreciated.
Thanks,
Rohit
 
Ranch Hand
Posts: 2713
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The preferred way is to use JMX Timer Beans. However, you could also check out Quartz.
 
Rohit Poddar
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Chris.
1) Are these JMX timer beans available in WLS 6.1?
2) Any exapmles / links will greatly help.
Thanks,
Rohit
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The weblogic.management.timer.Timer JMX bean became available only in 7.0 so you can't use that. I guess Quartz is a good choice.
 
Chris Mathews
Ranch Hand
Posts: 2713
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Lasse Koskela:
The weblogic.management.timer.Timer JMX bean became available only in 7.0 so you can't use that. I guess Quartz is a good choice.


JMX Timers are available in WLS 6.1 also. In fact, I used them to write a fairly flexible job scheduler for a client about a year ago.
[ October 06, 2003: Message edited by: Chris Mathews ]
 
Lasse Koskela
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Chris Mathews:
JMX Timers are available in WLS 6.1 also. In fact, I used them to write a fairly flexible job scheduler for a client about a year ago.


Strange. I didn't see it in the API.
I was also involved in a project last year where we used 6.1 and needed a scheduling system. If JMX Timers really were available, I can't see why the subcontractor wouldn't use those instead of the commercial product which didn't work without heavy hammering.
 
You are HERE! The other map is obviously wrong. Better confirm with this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic