REOPENED - issue BATCH-222: StreamManager for reader/writer abstractions uses StreamContext to position at the right place for restart

http://jira.springframework.org/browse/BATCH-222

ALign some dependencies - SimpleStepExecutor does not need a transaction manager
This commit is contained in:
dsyer
2008-02-04 16:13:28 +00:00
parent 8773b55f8b
commit 2aa895bfb6
5 changed files with 86 additions and 53 deletions

View File

@@ -36,9 +36,7 @@ import org.springframework.util.ClassUtils;
/**
* Simple {@link StreamManager} that tries to resolve conflicts between key
* names by using the short class name of a stream to prefix property keys.
*
* TODO: actually implement the uniqueness strategy!
* names by using the class name of a stream to prefix property keys.
*
* @author Dave Syer
*