BATCH-1131:

*Move "transaction-attribute" attribute from <tasklet/> to <step/> as <transaction-attributes/>
BATCH-1152:
 *Allow comma and newline as delimiters in exception lists in namespace
This commit is contained in:
dhgarrette
2009-03-13 20:18:26 +00:00
parent 90a845edbc
commit e493bd5ceb
8 changed files with 99 additions and 43 deletions

View File

@@ -17,12 +17,15 @@
<tasklet reader="fileItemReader"
processor="validatingProcessor"
writer="tradeWriter"
commit-interval="1"
transaction-attribute="PROPAGATION_REQUIRED,ISOLATION_READ_COMMITTED">
commit-interval="1">
<streams>
<stream ref="fileItemReader"/>
</streams>
</tasklet>
</tasklet>
<transaction-attributes>
PROPAGATION_REQUIRED
ISOLATION_READ_COMMITTED
</transaction-attributes>
</step>
<step id="step2" next="step3">
<tasklet reader="tradeSqlItemReader" writer="customerWriter" commit-interval="1"/>