Tom Jenkinson [
http://community.jboss.org/people/tomjenkinson] created the discussion
"Re: Remote Txn Inflow: Synchronizations"
To view the discussion, visit:
http://community.jboss.org/message/632153#632153
--------------------------------------------------------------
Just to confirm we don't support interposed Synchronizations in the initial release of
the distributed JTA API. It would be feasible to support these in the future, if this is a
requirement, please register a Jira against
https://issues.jboss.org/browse/JBTM-895
https://issues.jboss.org/browse/JBTM-895
Synchronizations in our distributed JTA work as follows:
beforeCompletion will be called at all servers before the transaction completes.
afterCompletion is currently node specific (see
https://issues.jboss.org/browse/JBTM-909
https://issues.jboss.org/browse/JBTM-909) so will be called immediately after the
transaction commits at each particular node.
NOTE: The transport is responsible for adding a proxy synchronization that is able to
propagate beforeCompletion to remote servers, see usages on:
https://svn.jboss.org/repos/labs/labs/jbosstm/branches/JBOSSTS_4_15_0_Fin...
https://svn.jboss.org/repos/labs/labs/jbosstm/branches/JBOSSTS_4_15_0_Fin...
-r 37555 (e.g.
https://svn.jboss.org/repos/labs/labs/jbosstm/branches/JBOSSTS_4_15_0_Fin...
https://svn.jboss.org/repos/labs/labs/jbosstm/branches/JBOSSTS_4_15_0_Fin...
-r 37580)
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/632153#632153]
Start a new discussion in JBoss Transactions Development at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]