Does Spring JtaTransactionManager automatically omit non-used resources per transactions from Two-Phase Commit?

As far as I know, Spring does not care about the XA but is just handling the XA TX manager as a generic JTA manager. So its up to the manager to do it's work when getting committed / rolled back. Spring does just ensure the call is done.

That's done by the same proxy implementation that is used by any other Spring TA proxy.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions