jta
Difference between a "jta-datasource" and a " resource-local " datasource?
The terms \"jta-datasource\" and \"resource-local datasource\" are a little vague to me. I\'m putting down what I am understanding 开发者_如何转开发( or assuming ) and I\'d like you to say where I\'m[详细]
2023-01-07 02:45 分类:问答Transactions (Atomicity property) in EJB 3 apply only to Database Operations - Am I right?
I know that transactions could be used to bring about atomicity. Like if methodOne() methodTwo() methodThree() are clubbed into one transaction, if any of the method fails, the entire operation is r[详细]
2023-01-06 05:04 分类:问答Rerunning failed Container-Managed transactions in Java EE
I have 开发者_如何学编程a situation with a legacy system which uses Java EE Bean Managed Transactions. It\'s getting LockAcquisitionException thrown when it\'s trying to retrieve something it just cre[详细]
2023-01-05 11:19 分类:问答Spring/JTA/JPA DAO integration test doesn't rollback?
My DAO integration tests are failing because entities created during the tests are still in the database at the start of the next test.The exact same behavior is seen from both MySQL 5 and H2.[详细]
2023-01-05 08:37 分类:问答Difference between UserTransaction and EntityTransaction
Title says it all: What is the difference between a UserTransaction and an EntityTransaction? My rudimen开发者_如何学Gotary understanding is that UserTransaction is used when JTA is required (e.g. to[详细]
2023-01-04 06:21 分类:问答Atomikos vs JOTM vs Bitronix vs? [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing[详细]
2023-01-02 21:27 分类:问答Should integration testing of DAOs be done in an application server?
I have a three tier application under development and am creating integration tests for DAOs in the persistence layer.When the application runs in W开发者_如何学编程ebsphere or JBoss I expect to use t[详细]
2023-01-02 18:03 分类:问答How can i attach data to a JTA transaction? (or uniquely identify it)
I have a getStockQuote() function that will get a current stock quote for a symbol from the stock market.[详细]
2022-12-31 15:23 分类:问答How to write automated integrated tests when using JTA?
I want to write integration tests for the application I\'m working on. It us开发者_运维百科es JTA (multiple resources) and runs inside an application server. What is the best way for writing an automa[详细]
2022-12-30 05:47 分类:问答Defines Java EE 5 the handling of commit error using bean managed transactions?
I\'m using GlassFish 2.1 and 2.1.1. If I\'ve a bean method annotated by @TransactionAttribute(value = TransactionAttributeType.REQUIRES_NEW). After doing some JPA stuff the commit fails in the afterC[详细]
2022-12-30 01:48 分类:问答