Transaction timeout in JBoss caused deadlock with spring transaction manager [SPR-8421] #13069
Labels
in: data
Issues in data modules (jdbc, orm, oxm, tx)
status: declined
A suggestion or change that we don't feel we should currently apply
spring-projects-issues commentedJun 8, 2011
Sergey Astakhov opened SPR-8421 and commented
Deadlock scenario:
How this can be fixed:
In method org.springframework.transaction.jta.JtaTransactionManager#doRollback you can check transaction state, and if it is already in state Status.STATUS_ROLLING_BACK - just do nothing.
Affects: 3.0.5
Attachments:
The text was updated successfully, but these errors were encountered: