This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 110678 - Filter of records being polled
Summary: Filter of records being polled
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: Binding Components (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Pavan Veeravarapu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-24 07:47 UTC by mweyers
Modified: 2007-10-04 06:47 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mweyers 2007-07-24 07:47:37 UTC
During a project I had a requirement that may be considered as a future enhancement.

Basic use case, I would like to pick up records marked as 0 and set them to 1 as done, in my logic in the rest of the 
BPEL I will try and push the picked up record to various web services. If unsuccesfull (with whatever logic I tried to 
execute – ie logical error not system error) I want to go back to the database and set it to 2. All this I can do 
myself, the BC does not have to do this.

My problem is, when the BC now polls the table again, it picks up all the records that have the value of 0 or 2, I only 
want it to check for records of the value 0.

All I want from the BPEL is to only poll records where the parameter is 0 and set it to 1 once picked up. If the value 
in the MarkColumn field is anything other than 0 it should ignore it (2,3,4, etc.)
Comment 1 Venkat Srinivasan 2007-10-04 06:47:03 UTC
--