I have a component annotated with @Component with scheduled method, and the method never called at the scheduled time
need help
I have a component annotated with @Component with scheduled method, and the method never called at the scheduled time
need help
Do you have the right beans configured in your context?
You might also want to have a look at the webinar about spring integration:Code:<task:annotation-driven scheduler="schedulerPool" /> <task:scheduler id="schedulerPool" />
http://www.springsource.com/webinar/...tecture-spring