Advertisement
Guest User

Untitled

a guest
Mar 6th, 2015
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. <batch:step id="step9">
  2. <batch:partition step="loadFlatFiles" partitioner="multiFileResourcePartitioner">
  3. <batch:handler grid-size="15" task-executor="loadCustomerTaskExecutor" />
  4. </batch:partition>
  5. </batch:step>
  6.  
  7. <bean id="multiFileResourcePartitioner" class="com.cap1.cdi.batch.partitioner.MultiFileResourcePartitioner"
  8. scope="step">
  9. <property name="keyName" value="fileResource" />
  10. <property name="fileName" value="fileName" />
  11. <property name="directory" value="file:${input.files.location}" />
  12. </bean>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement