We have an integration scenario where we are reading from a Flat FIle using Flat FIle Adapter.
Each record in the file is read and a docment is published.
The subscribing integration component, processes the data and based on some business logic it updates the data in an Oracle table using Oracle Adapter. We are trapping errors when processing the document - but we dont know how to log the document which did not get processed and failed to be updated in oracle table. The business scenario requires, some master data to be maintained in the oracle application before the errorneous documents can be reprocessed. How to log the document and resubmit it at a later point of time ?
Regards and thanx in advance,
Harish