Problem with Polling in DBAdapter
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