Hi all,
I need call scenario ODI from BPEL.
Execution Scenario ODI is stimate 3 h.
I have generate a BPEL that call ODI in asynchronous mode, in BPEL there is a loop , every minutes call a webservice odistatus for check status ODI (I have a problem with callback ODI, ODI not response or confused callback with other call).
Afther jta timeout my bpel restart and recall ODI, but first call ODI not is completed. If in my bpel there is a loop whit call more odi scenario, afther timeout, the bpel restart to first call …
Do you have any ideas on how to solve the problem?