6 Replies Latest reply on Dec 13, 2005 7:40 AM by suman291857

    Creating scheduler / timer thread in java app

    michaelholtzman

      Hi. Still working on my jbpm java application. I have configured jbpm to use Sybase, which is (mostly) working. I am trying to launch a thread that runs the timer:

      static SchedulerThread scheduler;
       scheduler = new SchedulerThread();
       scheduler.run();


      When it starts up, it is looking for MS-SQL. I don't see any config or xml file that controls the database used for scheduler events. Any pointers appreciated. Thanx.