RESOLVED - issue BATCH-724: create tests for non-default table prefix. More extensive test using Job.

This commit is contained in:
dsyer
2010-01-04 14:08:09 +00:00
parent c07b2882f3
commit bfd6fccb7d
6 changed files with 63 additions and 50 deletions

View File

@@ -121,7 +121,7 @@ public class TaskletStep extends AbstractStep {
@Override
public void afterPropertiesSet() throws Exception {
super.afterPropertiesSet();
Assert.notNull(transactionManager, "TransactionManager is mandatory");
Assert.state(transactionManager!=null, "A transaction manager must be provided");
}
/**