Comment #5 on issue 1027 by EMMartins: Race between JTA transaction causes Timer to be discarded
http://code.google.com/p/mobicents/issues/detail?id=1027

The patch idea is good, but the impl introduces a bug. The TransactionSynchronization object was changed to execute the field commitAction (?!?) before commit, and while this was used correctly when setting timers, the class is also used to cancel timers, so the change cancels timers before commit. The patch would also hide an exception occurred before commit, which means the timer would not be set but nothing would
indicate that. Will add a fixed patch once the tck is checked.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply via email to