2 Replies Latest reply on Dec 28, 2009 9:25 PM by accless

    Seam, Quartz, MsSql

      Hello everybody,
      I have an application base on Jboss 5.1.0 jdk 6 ,seam 2.2.0 , MS Sql server 2005
      I am having troubles configuring quartz as I need to use this database.
      does somebody knows how to do that.
      I am wondering how to specify driver (org.quartz.dataSource.myDS.driver)or are there any other specific properties I need to set.
      Thank you in advance.
      Best regards
      Todor

        • 1. Re: Seam, Quartz, MsSql
          kapitanpetko

          What did you try and what errors did you get? If the DS is setup properly, that should basically do it. If you are using clustering, you need two datasources (one JTA and one no-transaction), but that's about it.


          • 2. Re: Seam, Quartz, MsSql
            accless

            1) read the quartz documentation. there is all the stuff u need to know about configuring the quartz dispatcher


            2) u need to provide a properties file, something like: quartz.properties. Seam will look for this configuration while when initialising the dispatcher (it cann be ejb, quartz whatever)



            hope this helps