Hi,

I have some legacy code that creates its own database connection. To test this code I extended from AbstractTransactionalSpringContextTests like this:


public class LegacyCodeTest extends...