jta
bitronix transaction manager
I\'m trying to migrate from JPA to JTA and use bitronix transaction manager. I\'m getting below error message when try to run unit tests. According to bitronix documentation this is normal b/c my spri[详细]
2023-02-12 13:07 分类:问答How to kill db transaction that timed out from jboss
I use jboss 4.2.3. It has setting \"TransactionTimeout\" (in jboss-service.xml), that specifies how long Transaction is allowed to execute.[详细]
2023-02-11 22:00 分类:问答Approach to automatically enlist/cleanup XAResources into new Tx?
Because the TransactionManager has no way to register a XAResource manager, so that it can enlist XAResources in future Transact开发者_StackOverflow中文版ions.[详细]
2023-02-09 09:53 分类:问答How to fix HSQL DataSource + TxM where identity always return 0
I am using Hibernate to do my ORM 开发者_开发问答stuff w/ HSQL for tests. It seems that a connection is fetched to do the insert and then returned. Straight after that HIbernate gets a connection then[详细]
2023-02-07 15:31 分类:问答If a XAResource is the only resource involved in a Tx should the XAResource.prepare() be called
I am trying out a few things w/ JOTM and have some gene开发者_如何学JAVAral purpose questions regarding how things work. I have listed the sequence of events to get a definitive summary of what happen[详细]
2023-02-06 18:38 分类:问答Why doesnt throwing an XAException from a XAResource still allow an transaction commit to succeed?
I am trying out a few things w/ JOTM and have some general purpose questions regarding how things work. I have listed the sequence of events to get a definitive summary of what happens.[详细]
2023-02-06 18:38 分类:问答use JTA transaction or not?
I am developing a J2EE application which is deployed on JBoss application server. The application is composed of an EJB 2.x component and a web component and is running on local computer or remote ser[详细]
2023-02-05 13:01 分类:问答What is the best, easiest to integrate Java FOSS JTA lib?
I am currently looking at JBoss Transactions and would like to hear about the experiences of others. I myself want something small, with few dependencies, few开发者_Python百科 gotchas and follows stan[详细]
2023-02-04 06:48 分类:问答JTA aware JDBC connection pools
I\'ve been looking at a number of 开发者_运维技巧JDBC connection pools, but I have the specific requirement that the pool needs to be JTA aware, which leaves me with a short list of Apache DBCP and OW[详细]
2023-02-04 03:30 分类:问答org.apache.openjpa.persistence.EntityExistsException in jpa
I have a JTA 开发者_StackOverflow社区transcation which manages transaction of 2 databases A and B.Now inside jta transcation i have a method thatreturn a entity from db A.How i want to set some differ[详细]
2023-02-02 14:29 分类:问答