I have a relatively small Java library that implements a few dozen beans (no database or GUI). I have created a Spring Bean configuration file that other Java projects use to in
To find it directly under src/test/resources, change it to:
@ContextConfiguration({"classpath:/test-applicationContext.xml"})
When you're not specifying anything, then Spring search in the same package as the test class.