]
Tom Jenkinson commented on JBTM-2353:
-------------------------------------
Did you talk to Paul about this? Is it possible to expand on the description please as its
not clear. I would have expected that a TxConfirm interceptor does require a TX but maybe
you are saying that check is done elsewhere? Also how did the issue crop up?
Compensation handler interceptors should not throw exception, if
there is no transaction
----------------------------------------------------------------------------------------
Key: JBTM-2353
URL:
https://issues.jboss.org/browse/JBTM-2353
Project: JBoss Transaction Manager
Issue Type: Bug
Components: TXFramework
Reporter: Gytis Trikleris
Assignee: Gytis Trikleris
Fix For: 5.0.5
@TXCompensate, @TXConfirm, and @TxLogged interceptors throw exception, if there is not
transaction. However, transaction availability check is also done by @Compensatable
interceptor.