I am using spring-test-dbunit and I get a warning in my Unit tests with this message:
Code:
@RunWith(SpringJUnit4ClassRunner.class) @ContextConfiguration
Problem solved. I add the following configuration to applicationContext.xml (context.xml) .
classpath:jdbc.properties