DB Adapter Merge Operation is failing in OSB
Hi All,
we have OSB service invoking a DB adapter with merge operation. This DB adapter merges the data into 3 different tables. We are not able to trace exactly which table /column is creating this issue
This works fine when there is no record in the table,but getting following error when Merge is supposed to update existing data (row) in the table .
merge failed. Descriptor name: [test.XxatSaomOrderHeadersIface].
Caused by java.util.ConcurrentModificationException.
; nested exception is:
BINDING.JCA-11616
DBWriteInteractionSpec Execute Failed Exception.
merge failed. Descriptor name: [test.XxatSaomOrderHeadersIface].
Caused by java.util.ConcurrentModificationException.
Please see the logs for the full DBAdapter logging output prior to this exception. This exception is considered not retriable, likely due to a modelling mistake.