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?
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.
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).
This question already has answers here: Closed 12 years ago. Possible Duplicate: concurrency (stale data) problem in JPA
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?
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
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
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.
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
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