Please properly subscribe to the mailing list so that the community can receive email notifications for you messages. Here is the instruction: http://apache-ignite-users.70518.x6.nabble.com/mailing_list/MailingListOptions.jtp?forum=1
Look at the article [1]. You need to have TxManagerFactory implementation on each of nodes. [1]: http://apacheignite.gridgain.org/docs/transactions#integration-with-jta nvp152 wrote > Hi, > > We have a distributed or replicate cache with Ignite. Say We have an > ignite "callable" invoke with compute() whose implementation opens a > transaction. Under the assumption the transaction manager in use is a JTA > XA transaction manager, it would seem unlikely that ignite nodes would > know how to deal with getting a JTA transaction (unless the JTA XA > transaction manager would be available into each of the nodes). > > Said differently it may not be a good idea to have the transaction > demarcation WITHIN the callable and instead adjust the code so that the > transaction demarcation is made around the compute() call on the > IgniteClient side of the world. > > Am I thinking about this correctly? Any input would help. > > thx! -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Trying-to-understand-callable-with-JTA-transactions-tp7225p7247.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
