I\'ve tried to load the spring config file in src/test/resources classpath with the following abstract class:
@RunWith(SpringJUnit4ClassRunner.class) @ContextCon
your application context must be included in classpath and put * :
@ContextConfiguration(locations = { "classpath:*/application-context.xml" })