[jboss-dev-forums] [JBoss Transactions Development] - Re: Remote Txn Inflow: Synchronizations
Tom Jenkinson
do-not-reply at jboss.com
Mon Oct 17 17:32:31 EDT 2011
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_Final/atsintegration/tests/classes/com/arjuna/ats/jta/distributed/server/impl/ProxySynchronization.java https://svn.jboss.org/repos/labs/labs/jbosstm/branches/JBOSSTS_4_15_0_Final/atsintegration/tests/classes/com/arjuna/ats/jta/distributed/server/impl/ProxySynchronization.java -r 37555 (e.g. https://svn.jboss.org/repos/labs/labs/jbosstm/branches/JBOSSTS_4_15_0_Final/atsintegration/tests/classes/com/arjuna/ats/jta/distributed/SimpleIsolatedServers.java https://svn.jboss.org/repos/labs/labs/jbosstm/branches/JBOSSTS_4_15_0_Final/atsintegration/tests/classes/com/arjuna/ats/jta/distributed/SimpleIsolatedServers.java -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&containerType=14&container=2041]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20111017/e73c8eba/attachment.html
More information about the jboss-dev-forums
mailing list