This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Hello dear members,
I am working on modifying and enhancing an existing application which is built on Struts (for MVC) , Spring (for Service layer), Tomcat App Server.
in the application, there is a Job Scheduler defined if the ApplicationContext.xml which i am showing bellow:
when i run the application, it shows the following error:
even if i remove the reference , still it shows the above error.
i am new to Spring, and all i have is a basic knowledge on Spring Job scheduler. but i don't get the clue what to do here.
would anybody please give me some hint?
Thanks in advance
Tom Reilly
Rancher
Joined: Jun 01, 2010
Posts: 618
posted
0
I don't see a bean defined with id = "cronTrigger". You need one of these when you useAs for still seeing the error after you removed the above line, I would look at the possibility that you removed it from the wrong file or a file in the wrong directory. Or perhaps there is another XML file that has those same lines?