I am trying Apache Ignite 2.7 To use the MVCC feature, I configured each cache mode 'TRANSACTINAL_SNAPSHOT'.
During weblogic JTA transaction processing, "SQL query and cache operations are not used in the same transaction" is logged and the transaction rollback. Ignite native APIs(get, put and remove) and cache.query() method used in same transaction. How can I use ignite cache in JTA? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
