Spring Boot XA Transaction Autoconfiguration?

Options
toliver
toliver Member Posts: 4

Hello,

I am working on a Spring Boot Java project where we are trying to incorporate XA transactions using the Atomikos implementation of JTA. However, we are struggling to see how to easily create the XAConnectionFactory. There does not seem to be any way to autoconfigure the creation of this bean and we are having to define the construction of this bean ourselves. Is there something we are missing?

Thanks,

Tom

Answers