Seems that question old as world, but I still can\'t find out the solution..
I\'m trying to run simple test:
@RunWith(SpringJUnit4ClassRunner.class)
your application context must be included in classpath and put * :
@ContextConfiguration(locations = { "classpath:*/application-context.xml" })