[appengine-java] Re: Regarding Using Quartz Scheduler

2010-06-30 Thread TsEMaNN
Hi, is there a way to perform several hundreds of cron jobs simultaneously? I didn't find this on the specified URL. Best regards, tsemann On 1 Jun., 23:27, "Ikai L (Google)" wrote: > No, Quartz uses threads. For scheduled tasks, you'll want to use either Task >

[appengine-java] Restricted class in Google Apps Engine - java.awt.*

2010-06-09 Thread TsEMaNN
following exception gets thrown: Caused by: java.lang.NoClassDefFoundError: java.awt.RenderingHints$Key is a restricted class. Please see the Google App Engine developer's guide for more details. I would highly appreciate any hints regarding this error. Best regards, TsEMaNN -- You received