I have flow that inserts data into DB. This flow uses two diffrent connection pools, so both pools are set to use XA_TRANSACTION. It uses batchInsert services within transaction and I got error during creation/refresh of the batch service, cos batchIsert can be used only with LOCAL_TRANSACTION.
HI, I HAVE THE SAME PROBLEM, I HAVE TO USE TWO DIFFERENT DATABASES BUT ONE OF THEM HAVE TO USE BATCH INSERT.
I HEARD YOU COULD USED A MIX OF XA_TRANSACTION AND TO THE BATCH CONFIGURED IT WITH LOCAL_TRANSACTION.
IS THIS CORRECT?
THANKS!!