posted 12 years ago
Hi, I have an Web MVC application that uses Hibernate to access a MySql db. I am using @Autowired to inject the Services into my classes. This works with my @Controller class, the services I require are available, however I have another class CustomerDownloader that is run via Quartz Scheduler which also requires the service but the service is not being injected, can anyone help?
CustomerDownloader (Service not injected)
IndexController (Service Injected)
Partial Root-Context.xml
Servlet-Context.xml
web.xml
Thanks in advance.