Questions tagged [jta]

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.

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.

1131 questions
-1
votes
1 answer

Transaction TimeOut when we are using JPA Paging Item reader in Spring batch

Can anyone help as I am stuck here...Please find the logs below: 2016-04-18 18:13:57,645 WARN [[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] o.h.e.t.s.i.SynchronizationCallbackCoordinatorTrackingImpl…
-1
votes
1 answer

websphere liberty profile Could not instantiate TransactionManagerLookup caused by: java.lang.ClassNotFoundException: com.ibm.ejs.jts.jta.JTSXA

This is taking hell lot of time to resolve . I have a portlet application on was 8.0 , and using hibernate for database transactions .I am trying to migrate it to 8.5.5 liberty profile .we are using hibernate 3.6.9. persistance.xml looks like this…
nikned
  • 171
  • 2
  • 12
-1
votes
1 answer

Application Managed Transaction (JTA) and Container Managed Persistence (JPA)

Currently I'm working on a software that consists of two parts. One part is a kind of company wide framework for data processing (kind of self written process engine). It uses JTA UserTransactions and calls a sub processor that is written by our…
KFleischer
  • 942
  • 2
  • 11
  • 33
-2
votes
1 answer

what is the difference between Java Persistence API(JPA) and Java Transaction API. (JTA)

What is the main difference between Java Persistence API(JPA) and the Java Transaction API(JTA). I read these two terms in Java EE 7 .
-2
votes
1 answer

Use JSF, JPA, JTA, JAAS, CDI, Bean Validation with Tomcat?

Is it possible to use the following APIs with tomcat (as a lightweight server): JSF, JPA, JTA, JAAS, CDI, Bean Validation.
-3
votes
1 answer

What Transaction Manager (JTA) should I use to learn Hibernate?

I am learning Hibernate from the latest 2016 edition (2nd) of the Java Persistence with Hibernate book. It appears I need a JTA Transaction Manager (TM), but I do not want to have to learn Spring at this point (as suggested in answers to other…
Jon
  • 101
  • 7
1 2 3
75
76