I am facing a very similar issue.
I have two datasources, two EntityManagerFactory's, two TransactionManagerFactory's. The application commits to one of the database but not the other. There...
Type: Posts; User: EpikNinja; Keyword(s):
I am facing a very similar issue.
I have two datasources, two EntityManagerFactory's, two TransactionManagerFactory's. The application commits to one of the database but not the other. There...
I'm building an application that needs CRUD operations on two separate databases. The transactions are applied to one database or the other (never both...so no need for JTA is my understanding).
...