jta
Looking for a NoSQL DB with JTA support [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2022-12-29 19:54 分类:问答Implement custom JTA XAResource for using with hibernate
I have two level access to database: the first with Hibernate, the se开发者_如何学Gocond with JDBC. The JDBC level work with nontransactional tables (I use MyISAM for speed). I want make both levels w[详细]
2022-12-27 15:39 分类:问答How to use JTA support in Tomcat 6 for Hibernate?
They recommend using JTA transaction support in Java EE environment. But how to configure JTA in Tomcat6 so that Hibernate Session could use it ?[详细]
2022-12-25 10:02 分类:问答What is difference between @Resource UserTransaction and EntityManager.getTransaction()
Can anybody explain what is difference between : @Resource UserTransaction objUserTransaction; and EntityManager.getTransaction();[详细]
2022-12-24 08:02 分类:问答Using injected EntityManager in class hierarchies
The following code works: @Stateless @LocalBean public class MyClass { @PersistenceContext(name = \"MyPU\")[详细]
2022-12-23 20:00 分类:问答How to manage transaction for database and file system in Java EE environment?
I store file’s attributes (size, update time…) in database. So the problem is how to manage transaction for database and file.[详细]
2022-12-22 09:14 分类:问答Jetty datasource with Atomikos UserTransaction
I have two datasources in my Web application (principalDB and backupDB) on two Postgresql DBs, and a web container managed transaction manager (with Atomikos) for them. Spring FW and Hibernate are my[详细]
2022-12-21 17:38 分类:问答Java Distribute Transaction
I want to rollback a transaction which already committed, does JTA support this kind of f开发者_JAVA技巧unction?No, only uncommitted transactions can be rolled back[详细]
2022-12-21 11:07 分类:问答hibernate, mysql, glassfish v3, and JTA datasource
I\'m attempting to use hibernate entity manager with mysql and glassfish.I\'m getting the following error when attempting to use a JTA datasource:[详细]
2022-12-21 10:27 分类:问答when to use global transaction Or use spring aop for transaction
Q1. i do understand when we need to deal with multiple databases, we need to use global transaction. but from this posthttp://fogbugz.atomikos.com/default.asp. the person suggested just use spring aop[详细]
2022-12-16 03:20 分类:问答