Project

General

Profile

Actions

bug #6780

closed

ConversationHolder isTransactionActive() returns true even if the transaction is completed

Added by Andreas Kohlbecker almost 7 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
New
Category:
cdmlib
Target version:
Start date:
Due date:
% Done:

50%

Estimated time:
Severity:
normal
Found in Version:

Description

The ConversationHolder method isTransactionActive() (always?) returns true in cases when the transaction has been rolled back or was committed.

this mehtod should be changed like this:


public boolean isTransactionActive(){
        return transactionStatus != null && !transactionStatus.isCompleted();
    }

#4335 is possibly a duplicate of this

Actions

Also available in: Atom PDF