BATCH-2180: Fixed documentation about the need to registre CompositeItemWriter's delegates as streams

This commit is contained in:
Michael Minella
2014-02-20 21:30:30 -06:00
parent 3ccaed19d4
commit 6ebde4e6ef
3 changed files with 44 additions and 50 deletions

View File

@@ -37,10 +37,10 @@ public class StepScopePerformanceTests implements ApplicationContextAware {
public void start() throws Exception {
int count = doTest("vanilla", "warmup");
logger.info("Item count: "+count);
StepSynchronizationManager.close();
StepSynchronizationManager.register(new StepExecution("step", new JobExecution(0L),1L));
}
@Before
@After
public void cleanup() {
StepSynchronizationManager.close();