All Questions
Tagged with 2phase-commit jpa
2 questions
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 ...
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 ...