Looking for a NoSQL DB with JTA support

Posted by Bytecode Ninja on Stack Overflow See other posts from Stack Overflow or by Bytecode Ninja
Published on 2010-05-12T04:58:59Z Indexed on 2010/05/12 5:04 UTC
Read the original article Hit count: 307

Filed under:
|
|

Are there any reliable and well-known NoSQL DBs available that support JTA transactions? In my application I need to store some data to the RDBMS DB and some data to the NoSQL DB in the same transaction and I am using JTA for my RDBMS transactions.

© Stack Overflow or respective owner

Related posts about java

Related posts about jta