0 Replies Latest reply on Apr 2, 2008 2:53 PM by sherkan777

    How to queue seam quartz jobs?

    sherkan777

      Hi,
      I use seam 2.0.1 and seam quartz whitch run jobs each second.
      1. My question is how can I queue jobs if one works/is started over that one second?
      2. how can I synchronize jobs and add some lock to use only one bean instance?


      I saw that if my app run jobs on each second, that if one is active another is started and try to get same data.
      My quartz configuration is same like in seam example (quartz example).