3 Replies Latest reply on Jun 4, 2013 9:08 PM by ferdaus87

    Regarding Quartz Scheduler

    ferdaus87

      Hello All,

       

      I am currently working in Seam 2.3 + Gatein 3.5 project.

       

      I have one doubt regarding Quartz Scheduler in seam example project.

       

      My doubt is that how to change the time interval for the scheduler becaus e i did not find any cron expression inside the action class.

       

      Can someone help me out to clear the doubt.

       

      Thanks in advance.

        • 1. Re: Regarding Quartz Scheduler
          ferdaus87

          bring up my post

          • 2. Re: Regarding Quartz Scheduler
            tremes

            Hi!

            I am not sure if I understand your problem correctly, but Cron expressions are handled by org.quartz.CronExpression class (along with @IntervalCron usage) in this case. So there is no need to have some additional Cron expression. For example expression

             

            * * * * * ?

             

            works fine for me in Seam Quartz example.

             


            1 of 1 people found this helpful
            • 3. Re: Regarding Quartz Scheduler
              ferdaus87

              Hello Tomas Remes,

               

              Thanks for your reply.

               

              I am working with the jboss-seam-2.3.0.Final and there are example projects inside it.I am using the Quartz projct and I did not find any cron expression in any class inside this project.

               

              Can you help me to show where particularly the cron expression used in this example project.

               

              Thanks in advance.