Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.2
-
Fix Version/s: 1.3
-
Labels:None
-
Number of attachments :
Description
Invoking commit() or rollback() on the jta Transaction object (i.e. BitronixTransaction)
does not invoke BitronixTransactionManager.clearCurrentContext(), unlike invoking
commit() or rollback() on the TM. This means that TM.getTransaction() returns non-null
even after a commit or rollback.
Activity
Ludovic Orban
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Not A Bug [ 6 ] | |
| Fix Version/s | 1.2 [ 13790 ] |
Ludovic Orban
made changes -
| Issue Type | Bug [ 1 ] | Improvement [ 4 ] |
Ludovic Orban
made changes -
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
| Resolution | Not A Bug [ 6 ] |
Ludovic Orban
made changes -
| Fix Version/s | 1.3 [ 13992 ] | |
| Fix Version/s | 1.2 [ 13790 ] |
Ludovic Orban
made changes -
| Resolution | Fixed [ 1 ] | |
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
Ludovic Orban
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |
This is according to the JTA spec: only the TransactionManager object has knowledge of thread context association.