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
I use jboss 4.2.3. It has setting \"TransactionTimeout\" (in jboss-service.xml), that specifies how long Transaction is allowed to execute.
Because the TransactionManager has no way to register a XAResource manager, so that it can enlist XAResources in future Transact开发者_StackOverflow中文版ions.
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
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
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.
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
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
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
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