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!

SOA 11g: BPEL > MEDIATOR > EDN and transactions problems

e.gherardiniNov 30 2010 — edited Feb 27 2020
Hi,
I have the following scenario:


SCA1:
BPEL1 inserts data into db (a record in table "TEST") through a dbAdapter

BPEL1 invokes one-way MEDIATOR1

MEDIATOR1 posts EDN message

SCA2:
MEDIATOR2 receives EDN message posted by MEDIATOR1

MEDIATOR1 invokes one-way BPEL2

BPEL2 wants to read the data just inserted by BPEL1, but it does not find this data.



The problem seems like the BPEL1-transaction is still not committed when the message arrives to MEDIATOR2 and BPEL2.

I can't understand why, since the invocation is asynch and is also one way... Shouldn't the BPEL1 transaction be committed just after the invoke to MEDIATOR1?


I'm sure I am missing something.

Thanks in advance to all who will help me figure this out.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 28 2010
Added on Nov 30 2010
1 comment
126 views