• 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

Schedulers in Websphere

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ranchers let me explain the problem

I built a j2ee application that has several projects one of them is an ejb project.In my ejb project I have a sesion bean that is designed for execute
scheduled task. Websphere Application Server offer something called
schedulers you can program them in order to run in a speccific moment an ejb method for example. Ok all sound good but when i enter in Administrative Console WAS 5.1 and look for scheduler (Resources >Schedulers) it does not appear. What would be wrong, i think that is neccesary configure something in the server somebody can help me please
reply
    Bookmark Topic Watch Topic
  • New Topic