>> "
>> So, the rule for activity in beforeCompletion is:
>> 
>>  - a Sync registered via registerSynchronization may call either 
>> registerSynchronization or registerInterposedSynchronization.
>> 
>>  - a Sync registered via registerInterposedSynchronization may call only 
>> registerInterposedSynchronization.
>> "
> Thanks for the clarification. The Syncs we register do not do any subsequent 
> Sync registration in beforeCompletion so should be on the safe side. 
Actually that's the case for infinispan-core. 
Sanne might answer better to this question: is 
TransactionalEventTransactionContext.registerSynchronization ever going to be 
called from within another Synchronization.beforeCommit?


_______________________________________________
infinispan-dev mailing list
infinispan-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/infinispan-dev

Reply via email to