Hi all,

Right now I’m writing test cases using AbstractTransactionalDataSourceSpringContextTests as a base class for my tests. This is very smooth as I can use jdbcTemplate out of the box and...