- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Well, one option is to set autoCommit = false on the data service, and explicitly call invoke commit on Data Service, when you are finished "cooking" the item.
I believe, by default SQLAssembler, has autoRefreshFill(...) == true, and uses the default refreshFill(...) implementation, which results in the fill being rexecuted. You might want to extend from the assembler, as per your needs. Refer to the documentation
Good Night!