ESB/File Adapter - XML files containing multiple messages
Hi,
In all the examples on file adapters I read, if files contain multiple messages, it always concerns non-XML files, such as CSV files.
In our case, we have an XML file containing multiple messages, which we want to process separately (not in a batch). We selected "Files contain Multiple Messages" and set "Publish Messages in Batches of" to 1.
However, the OC4J log files show the following error:
ORABPEL-12505
Payload Record Element is not DOM source.
The Resource Adapter sent a Message to the Adapter Framework which could not be converted to a org.w3c.dom.Element.
Anyone knows whether it's possible to do this for XML files?
Regards, Ronald