RESOLVED - issue BATCH-724: create tests for non-default table prefix. More extensive test using Job.
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user