I\'m a bit befuddled because I\'m trying use use @Scheduled annotations, but Spring doesn\'t seem to be finding my methods. The end result is that, none of my m
@Scheduled
I fixed it by adding default-lazy-init="false" to my applicationContext.xml.