No. A transaction will just scope locks on your local cache instance for the duration of the transaction. During the 2-phase commit (for sync replication) remote locks are acquired. If these cannot be acquired, the transaction fails and rolls back.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4120049#4120049 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4120049 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
