Hello,

We would like our methods annotated with REQUIRES_NEW to rollback during test. How?

our test class annotations:
@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration(locations = { "file1-applicationContext.xml", "/file2-applicationContext.xml" })
@TestExecutionListeners( { TransactionalTestExecutionListener.class, DependencyInjectionTestExecutionListener.class,
DirtiesContextTestExecutionListener.class })
@TransactionConfiguration(transactionManager = "my_transactionManager")
@Transactional