Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-888

Support both Synchronization and XAResource for interacting with the TransactionManager

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      This might be a configuration option on <transaction registerSynchronization="true" .../>. This would be false by default.

      Syncs have the advantage that TMs can optimise 2PC with a 1PC where only 1 XAResource is present.
      Useful when used as a simple cache in front of a DB. E.g., as a Hibernate second level cache: if the cache would register itself with the TM as a XAResource than at commit time, the TM would see two XAResources (cache and db) and would not be able to make this optimization. This means that it would write to disk tx logs - time consuming.

              mircea.markus Mircea Markus (Inactive)
              mircea.markus Mircea Markus (Inactive)
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: