0 Replies Latest reply on Jun 12, 2012 8:44 AM by ashutoshd

    multiple scheduler(Quartz) in Seam 2

    ashutoshd

      Hi All ,

      My project have requirement of multiple scheduler running parallely.

      Each scheduler should have dedicated number of threads (each scheduler should have there own threads).

      I am using Jboss Seam 2.2.1.

      Please let me know if there is any way to do it .

      It also have a issue of using only 2 threads at a time if given more then 2 (dedicated threads).

      currently I am forced to use multiple wars to resolve this issue.