BATCH-1264: null pointer if transaction attributes partially specified
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user