| Author |
Autowiring Problem - NullPointerException.
|
Craig Worsell
Greenhorn
Joined: Sep 22, 2011
Posts: 9
|
|
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.
|
 |
Craig Worsell
Greenhorn
Joined: Sep 22, 2011
Posts: 9
|
|
I've resolved the problem, but just in case anyone else has this problem, I have added another entry key into my applicationContext-scheduler.xml file:
and then added:
into my job class.
Cheers.
|
 |
 |
|
|
subject: Autowiring Problem - NullPointerException.
|
|
|