InMemoryTransaction should not try to enlist beans when no longer active.
-------------------------------------------------------------------------
Key: SANDESHA2-177
URL: https://issues.apache.org/jira/browse/SANDESHA2-177
Project: Sandesha2
Issue Type: Bug
Affects Versions: 1.3
Reporter: Sara Mitchell
Fix For: 1.3
InMemoryTransaction.enlist(RMBean ..) should check for isActive() before
running any logic, and throw IllegalState exception
if it returns false. This is because isActive() will return false if the tran
has called commit() or rollback() previously,
and in this situation we do not want to try and enlist further work on the tran.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]