1 Reply Latest reply on Nov 4, 2004 7:04 AM by wdfink

    Setting cron jobs in jboss

    imran7841

      Hi,

      How can i set cron jobs in JBoss.

      Any Help would be appreciated.

      Thank You.

        • 1. Re: Setting cron jobs in jboss
          wdfink

          Hi,
          what you mean with 'how can I set cron jobs...'?

          If you want to start a Job at an appointed time you have two ways to do it:

          1) write a Client and start it with cron
          2) use EJB Spec. 2.0 and work with javax.ejb.Timer....