Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
69 views

How to integrate operations of jpa repository methods i.e. save into xa resource transactions?

I want to make operations performed by crud repository of jpa as part of xa transactions i.e. they should be committed when xa resource is committed. Following is the code in which save method uses ...
Akash Jadhav's user avatar
0 votes
2 answers
2k views

2 Phase commit in tomcat using JPA

I have an application deployed in Tomcat with backend oracle and JPA as persistence manager. Now we are introducing an intermediate database (most probably SolidDB or TimesTen) which will bring an ...
Kailas J C's user avatar