[jboss-user] [JBoss Seam] - Re: Quartz - persisting timers on the database problem.

raffaele.camanzo do-not-reply at jboss.com
Tue Oct 16 09:49:52 EDT 2007


I tried to go deeper in the problem and found these lines in the server.log:


  | 2007-10-16 15:26:44,810 INFO  [org.jboss.seam.contexts.Contexts] starting up: org.jboss.seam.async.dispatcher
  | 2007-10-16 15:26:44,977 INFO  [org.jboss.seam.async.QuartzDispatcher] No seam.quartz.properties file. Use in-memory job store.
  | 2007-10-16 15:26:45,061 INFO  [org.quartz.simpl.SimpleThreadPool] Job execution threads will use class loader of thread: main
  | 2007-10-16 15:26:45,090 INFO  [org.quartz.core.QuartzScheduler] Quartz Scheduler v.1.6.0 created.
  | 2007-10-16 15:26:45,093 INFO  [org.quartz.simpl.RAMJobStore] RAMJobStore initialized.
  | 2007-10-16 15:26:45,094 INFO  [org.quartz.impl.StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource
  |  file in Quartz package: 'quartz.properties'
  | 2007-10-16 15:26:45,094 INFO  [org.quartz.impl.StdSchedulerFactory] Quartz scheduler version: 1.6.0
  | 2007-10-16 15:26:45,097 INFO  [org.quartz.core.QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
  | 2007-10-16 15:26:45,097 INFO  [org.jboss.seam.async.QuartzDispatcher] The QuartzDispatcher has started
  | 

But the file exists and seems to be in the right place (the root of the jar); I tried also in the root of the ear and of the war but the Dispatcher says always the same thing.

I tried to download the latest version from the CVS and added some prints around the root of the problem (getResourceAsStream("/seam.quartz.properties")) but with the current CVS version Seam prints nothing at all.

Any suggestion?

Regards,
Raffaele Camanzo



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4095625#4095625

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4095625



More information about the jboss-user mailing list