jta

Does Microsoft's MS-SQL Server JDBC 3.0 driver include support for JTA?

Hi, I read somewhere that in order to use JTA and Tomcat (I'm also using Hibernate) you need to use a JTA version of the JDBC driver. Is this true? If so, does this driver include JTA support? Thanks, Ittai ...

Hibernate Session scope in JTA transactions vs Open-Session-In-View

Hi, Is it correct to say that using JTA Transactions with Hibernate contrasts using the Open-Session-In-View with regards to the session scope? From what I've been able to gather the Session scope in the JTA Transactions is a transaction (mainly based on this link) while in the Open-Session-In-View pattern the session's scope is the requ...

OpemMQ Configuration, Fatory creation and session handling in Tomcat+Atomikos

Hi, I'm currently using OpenMQ in my app and I need to support distributed transactions. I'm trying to understand what I need to change in the configuration (and where) and how will switching to a JTA change the way I'm currently obtaining my ConnectionFactory and handling my javax.jms.Connection. A quick code example of my usage is (...