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!

Problem with Polling in DBAdapter

CH.ADITYAJan 9 2012 — edited Jan 12 2012
Hi,

I have Dbadapter(ReadService) which reads the data from a db table and updates a row in that table (Logical Delete) to inactive. After that I'm using transformation in the bpel and insert the polled records into another table with same strucure by invoking another DB Adapter(WriteService).

The problem is polling is not working even though I'm inserting the records into that table, as it is not being picked up by dbadapter.

Note: I'm not doing the following things:
Do Sysnchronous post to BPEL
Create Instance to true in Receive activity

Plese help me resolve this issue.

Aditya
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 9 2012
Added on Jan 9 2012
6 comments
203 views