Skip to content

Commit

Permalink
Added a flush after an initial load table is written.
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Oct 17, 2007
1 parent 9a5e347 commit 135fe63
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -44,6 +44,7 @@ public void execute(BufferedWriter out, Data data, DataExtractorContext context)
Trigger trigger = configurationService.getTriggerById(data.getAudit().getTriggerId());
Node node = nodeService.findNode(context.getBatch().getNodeId());
dataExtractorService.extractInitialLoadWithinBatchFor(node, trigger, new InternalOutgoingTransport(out));
out.flush();
}

public void setDataExtractorService(IDataExtractorService dataExtractorService) {
Expand Down

0 comments on commit 135fe63

Please sign in to comment.