Hello,

> Can you please provide an example to configure jta with ignite?
You can check the following tests that illustrate the JTA configuration[1]
from Apache Ignite point of view.
https://github.com/apache/ignite/tree/master/modules/jta/src/test/java/org/apache/ignite/internal/processors/cache/jta

> I am not sure how to configure XAResource to this transaction manager.
I think you need to check official documentation provided by Oracle (JDBC
Developer's Guide[2])
 - Distributed Transactions
https://docs.oracle.com/database/121/JJDBC/xadistra.htm#JJDBC28000
 - Data Sources and URLs
https://docs.oracle.com/database/121/JJDBC/urls.htm#JJDBC28267

[1]
https://apacheignite.readme.io/docs/transactions#section-integration-with-jta
[2] https://docs.oracle.com/database/121/JJDBC/toc.htm
[3] http://narayana.io//docs/project/index.html#d0e2748

Thanks!



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to