Closed
Description
Sam Brannen opened SPR-11323 and commented
Status Quo
TransactionalTestExecutionListener.endTransaction()
includes the TestContext
in trace logging output; however, TransactionalTestExecutionListener.startNewTransaction()
currently does not include it in its info logging output, thus making it more difficult to debug.
Deliverables
- Ensure that
startNewTransaction()
also includes the currentTestContext
in logging output.
Affects: 3.0 GA
Issue Links:
- AbstractTransactionalTestNGSpringContextTests not working as expected when an EJB with TransactionAttribute.REQUIRES_NEW is encountered [SPR-6132] #10800 AbstractTransactionalTestNGSpringContextTests not working as expected when an EJB with TransactionAttribute.REQUIRES_NEW is encountered
Referenced from: commits 6e30851