Used FileSystemResource instead of ClassPathResou,
January 26, 2010 at 4:22 PM
For the life of me, using ClassPathResource would universally result in a "file not found" exception. I tried manipulating the class path from Eclipse and moving the XML around between candidate locations to no avail.
I don't fully comprehend how ClassPathResource is supposed to work, the JavaDoc's pretty terse and I don't have the source to hand, so I eventually gave-up and substituted FileSystemResource and moved the XML to the project dir (default current-dir for execution/debug targets).