1. nullExceptionPointer with getCurrentResource of MultiResourceItemReader forum.springsource.orgnullExceptionPointer with getCurrentResource of MultiResourceItemReader Hello, I'm new using spring batch, and I have an issue with MultiResourceItemReader. I have a step configured with such a reader, and a listener on ... |
2. MultiResourceItemReader init problems forum.springsource.orgMultiResourceItemReader init problems I'm having two problems with MultiResourceItemReader in Batch 1.1.2. Perhaps someone can suggest workarounds. Our job is a 3-step job. The first step fetches 0-n files to be ... |
3. MultiResourceItemReader for JdbcReader? forum.springsource.orgHello All, Just wanted to check whether I can have multiple SQLs (JdbcCursorItemReader) sequentially read in my step? I know that it is possible to read multiple files sequentially but was ... |
4. Read-Modify-Write with MultiResourceItemReader forum.springsource.orgRead-Modify-Write with MultiResourceItemReader hi, I have a problem in reading multipal files ,add extra column to files and write multiple files in a single job. e.g. read player1.csv add one column ... |
5. trouble with the MultiResourceItemReader... forum.springsource.orgtrouble with the MultiResourceItemReader... I am trying to get the MultiResourceItemReader working and having some problems applying it... Here is the configuration for it (the input files sit in an "inputs" ... |
6. Problem in MultiResourceItemReader forum.springsource.orgApr 1st, 2010, 11:23 AM #1 adish1234 View Profile View Forum Posts Private Message Member Join Date Jan 2009 Posts 33 Problem in MultiResourceItemReader Hi, I have Spring Batch which need ... |
7. Problem with multiResourceItemReader forum.springsource.orgProblem with multiResourceItemReader Hi, i am reading a file and once done it is moved to archive dir, But the MultiResourceItemReader is again looking for the same old file and it ... |
8. Problem with MultiResourceItemReader forum.springsource.orgProblem with MultiResourceItemReader I have configured MultiResourceItemReader to read the data from many .csv file and write to one .txt file Here is the configuration for it |