Hi
my application uses AbstractTransactionalJUnit4SpringContextTests to test JPA queries. I'd like to use the nice unitils @DataSet annotation to define DBUnit dataset to be injected before test execution.
Is there any way to bootstrap @DataSet support without changing the AbstractTransactionalJUnit4SpringContextTests inheritence ? I've found the SpringUnitilsAdaptorTestExecutionListener...