BATCH-1264: null pointer if transaction attributes partially specified

This commit is contained in:
dsyer
2009-06-02 11:11:13 +00:00
parent dee9a7e8c5
commit bc9e97fe66
3 changed files with 117 additions and 52 deletions

View File

@@ -17,7 +17,9 @@
<batch:job id="loopJob">
<batch:step id="step1">
<batch:tasklet ref="adapter" />
<batch:tasklet ref="adapter">
<batch:transaction-attributes propagation="REQUIRED"/>
</batch:tasklet>
</batch:step>
</batch:job>