I am trying Spring 3\'s @Scheduled annotation . Here is my configuration (app.xml) :
This happens when spring parses the text twice in a config XML.
For me this was happening because both applicationContext-root.xml and applicationContext-where-annotation-driven-is-specififed.xml were imported in my WEB.xml in section.
Leaving only applicationContext-root.xml in WEB.xml solved the issue.