jta
Does Microsoft's MS-SQL Server JDBC 3.0 driver include support for JTA?
I read somewhere that in order to开发者_Python百科 use JTA and Tomcat (I\'m also using Hibernate) you need to use a JTA version of the JDBC driver. Is this true?[详细]
2023-01-22 02:49 分类:问答Can I use JTA over different EARs which are deployed to different servers?
I\'m looking into JTA as I need distributed transactions (across JPA, JMS and EHCache). I\'m trying to understand whether JTA can supply an additional functionality which I\'m considering.[详细]
2023-01-21 21:07 分类:问答How to wrap an object change in my own transaction and incorporate it with Hibernate to JTA?
I have a web-app, which I deploy on Tomcat 6 and it uses Hibernate. It receives messages on a JMS queue which trigger changes both to my DB, via Hibernate and to an Object of mine (Agent).[详细]
2023-01-21 10:49 分类:问答Concurrency issue in JPA and JTA [duplicate]
This question already has answers here: Closed 12 years ago. Possible Duplicate: concurrency (stale data) problem in JPA[详细]
2023-01-20 23:49 分类:问答unit testing code which uses JPA & JTA
I use 2 separate database, so i have to use JTA to handle distributed transactions.So eithereither both db have to commit or both rollback. I use open JPA and JTA.Now to unit test the codeusing junit?[详细]
2023-01-20 02:34 分类:问答Difference between JTA, JPA and plain JDBC in hibernate
What is 开发者_JAVA百科the difference between JTA, JPA and plain JDBC in terms of Hibernate?In order for a difference to exist, there should be something in common, and apart from being database-relat[详细]
2023-01-19 16:49 分类:问答How to enable custom isolation levels for a JTA Transaction Manager in Spring
Question How do I configure a JtaTransactionManager object with allowCustomIsolationLevels set to true via Spring such t开发者_如何学JAVAhat the Spring configuration can be used across multiple appli[详细]
2023-01-19 13:38 分类:问答Setting Transaction Isolation Level in Berkeley DB Java Edition for Distributed Transactions (XA)
I am using di开发者_如何学Gostributed transactions in a BDB JE application to coordinate transactions across multiple BDB JE environments.I want to set the transaction isolation level to serializable.[详细]
2023-01-19 06:32 分类:问答WebSphere local transaction containment boundary issue J2CA0086W
In WebSphere, if you code opens two concurrent database connections, you get an error of the form: J2CA0086W: Shareable connection MCWrapper id 556e556eManaged connection WSRdbManagedConnectionImpl@5[详细]
2023-01-16 20:34 分类:问答Simple JOTM Questions
I\'m starting to use JOTM and have a few simple questions: If I start an embedded JOTM instance, can I perform a 2 phase commit between a remote database (with an XA enabled driver) and a local JMS[详细]
2023-01-10 02:15 分类:问答