JobDetail « Job « Spring Q&A





1. JobDetail class for quartz cant be initialized in spring frame work    stackoverflow.com

JobDetail jDetail = new JobDetail("Newsletter", "NJob", com.cron.MyJob.class);
I am not able to initialize JobDetail class in spring framwork. I am using JSP page to call Servlet in this servlet. I am initializing my scheduler ...

2. Cannot convert value of type [$Proxy5] to required type [org.quartz.JobDetail]    forum.springsource.org

I should have posted this reply sooner. Didn't realize I had forgotten. I actually had to do a 'clean' build by getting rid of all my classes etc and rebuilding my ...