Em Mon, 30 Mar 2009 16:18:18 -0300, Daniel Jones <d...@murieston.com> escreveu:

Thanks for the quick reply Thiago!

You're welcome!

student.tracking.quartz.EmailArchiveImporter
        at java.lang.Class.newInstance0(Class.java:340)
        at java.lang.Class.newInstance(Class.java:308)
        at org.quartz.simpl.SimpleJobFactory.newJob(SimpleJobFactory.java:55)
        ... 2 more
30-Mar-2009 20:07:00 org.quartz.simpl.RAMJobStore triggeredJobComplete
INFO: All triggers of Job DEFAULT.ImportEmailToArchive set to ERROR state.

Quartz is trying to instantiate my class it seems.  I'm following
http://www.chenillekit.org/chenillekit-quartz/index.html

I have never used Quartz, but you can create a setDataSource method in EmailArchiveImporter and pass the data source through it in the contribute method instead of passing it by construtor.

--
Thiago H. de Paula Figueiredo
Independent Java consultant, developer, and instructor
http://www.arsmachina.com.br/thiago

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to