Oracle SOA 10g - BPEL Process not commiting and no exceptions thrown ...
Hi.
I have a situation whereby I have a BPEL 10g process that uses the DBAdapter/Insert activity to get records into a table. I exit the process with a REPLY. I also have a general fault handler established in the process itself. The process works.
However there are sporadic times I notice, when the process executes with no faults/exceptions thrown, but the record inserts do not get committed into the DB. However, getting a set of sequences using the Custom-SQL activity still works in these particular cases.
Can someone point me to what I should be/can be looking for in order to debug this issue, as no faults are being thrown
in these cases.
Thanks.