I am trying Spring 3\'s @Scheduled annotation . Here is my configuration (app.xml) :
I had the <task:annotation-driven/> defined twice in the context xml. Removing that worked for me.
<task:annotation-driven/>