Jonathan Halliday [
http://community.jboss.org/people/jhalliday] created the discussion
"Re: Remote Txn Inflow: Synchronizations"
To view the discussion, visit:
http://community.jboss.org/message/632701#632701
--------------------------------------------------------------
beforeCompletion will be called at all servers before the transaction
completes
That's a bit over simplistic. beforeCompletion is not necessarily called on rollback
only tx. Further, in distributed tx, rollback only is actually a local property - branches
of the tx at some nodes may be considered rollback only whilst others in the same tx are
not. So you can actually get weird situations in which beforeCompletion runs at some nodes
but not others. Fun, isn't it. :-)
see also JBTM-496
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/632701#632701]
Start a new discussion in JBoss Transactions Development at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]