Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Two Receive Activities in a BPEL process

517351Feb 16 2012 — edited Feb 21 2012
We need to read 2 files (Accounts, Address csv files) from local directory and combine them into a file as below.

I have created one BPEL process with 2 receive activities, the first receive reads accounts file and I see accounts XML data on EM but the second receive stuck with message "Waiting for Read from ReadFile2". Asynchronous callback.


Can you advise what is wrong with second receive or work around ? Thanks for your help.


<Accounts-Addresses>
<Accounts>
<Account>
<Name>Microsoft</Name>
</Account>
<Account>
<Name>Oracle</Name>
</Account>

</Accounts>

<Addresses>
<Address>
<City>Seattle</City>
</Address>
<Address>
<City>Redwood</City>
</Address>

</Addresses>


</Accounts-Addresses>
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 20 2012
Added on Feb 16 2012
4 comments
418 views