Impetus / kundera

A JPA 2.1 compliant Polyglot Object-Datastore Mapping Library for NoSQL Datastores.Please subscribe to:
http://groups.google.com/group/kundera-discuss/subscribe
Apache License 2.0
903 stars 233 forks source link

2PC Support using JTA Transaction #899

Open manujoy opened 7 years ago

manujoy commented 7 years ago

Hi,

We are using KunderaJTAUserTransaction for achieving JTA . But when we read the source, we found that there is no 2 Phase Commit, when we use multiple datastores in same transaction. This is important since there is a chance of failure when commit of one datastore succeeds and another one fails,then resultant rollback should result in the rollback of committed datastore entries. How can we achieve this using kundera?

karthikprasad13 commented 7 years ago

Hi @manujoy

Sorry for late response. Can you describe your exact usecase? and also where you are using this feature?

Thanks, Karthik