Top "Jta" questions

Java Transaction API (JTA) specifies standard Java interfaces between a transaction manager and the parties involved in a distributed transaction system: the resource manager, the application server, and the transactional applications.

Best way to handle JPA merge?

I'm new to the whole JPA thing so I have multiple questions about the best way to handle JPA merge …

jpa jta
Difference between UserTransaction and EntityTransaction

Title says it all: What is the difference between a UserTransaction and an EntityTransaction? My rudimentary understanding is that UserTransaction …

java jpa transactions jakarta-ee jta
The chosen transaction strategy requires access to the JTA TransactionManager or Unable to build EntityManagerFactory

I am using Spring 2.0.6 and Hibernate 3.2.x on apache tomcat5.5,now we planed to changed our hybernate mapping files into …

hibernate spring jpa jta
JEE7: Do EJB and CDI beans support container-managed transactions?

Java EE7 consists of a bunch of "bean" definitions: Managed Beans 1.0 (JSR-316 / JSR-250) Dependency Injection for Java 1.0 (JSR-330) CDI 1.1 (JSR-346) …

java jakarta-ee ejb cdi jta
which transaction manager should I use (JTA vs JPA)?

I have spring 4 application. At the moment I use JpatransactionManager. <bean id="transactionManager" class="org.springframework.orm.jpa.JpaTransactionManager"&…

spring jpa jta
persistence.xml for multiple persistence units

I'm trying to persist the same entity to both MySQL and Postgres databases (this is primarily to identify any inconsistencies, …

jpa eclipselink jta persistence.xml
Using Spring defined transactionManager in JPA/Hibernate

Suppose you use JPA with Spring, with Hibernate as JPA implementation. JPA transaction mode is "JTA", so you need to …

java hibernate spring jpa jta
The JNDI lookup for the JTA UserTransaction is not available to MBean threads in Websphere Application Server 7

I'm trying to invoke business logic via JMX (using 'standard' MBeans) in a web application in Websphere Application Server 7 with …

jmx jta websphere-7 mbeans
hibernate, mysql, glassfish v3, and JTA datasource

I'm attempting to use hibernate entity manager with mysql and glassfish. I'm getting the following error when attempting to use …

mysql hibernate glassfish jta hibernate-entitymanager
IllegalArgumentException in class: ..., getter method of property: id

am facing a weird problem, I have googled it for hours, but did not find out how to solve it. …

hibernate spring-mvc hibernate-mapping jta