Hi POSTA07,
For my case, it seems it has something to do with the network configuration (possibly the firewall setting) Fyi, the server is located in a DMZ Zone protected using a firewall from...
Type: Posts; User: Vito Limandibhrata; Keyword(s):
Hi POSTA07,
For my case, it seems it has something to do with the network configuration (possibly the firewall setting) Fyi, the server is located in a DMZ Zone protected using a firewall from...
I have created a JIRA entry for this. http://jira.springframework.org/browse/BATCH-940
Hi Chudak,
I am using Spring Batch 1.1.2.
My biggest question is how to clean up the 'prototype' data beans used by org.springframework.batch.item.file.mapping.BeanWrapperFieldSetMapper
Here...
Hi Chudak,
I run 1 job each time too in the tomcat container. I am using some beans from the parent context for data access within a step. Is there are way to check whether the subcontext/ child...
Hi Chudak,
I have configured my application according to your posting. My job is processing about 600k records for each run. The job involves loading a fixed length flat file with file size about...
Hi Seshu,
Do you mean that the FlatFileItemWriter is writing to a different folder from the one specified in the simpleFileLocator?
For me, I use
This "outputFile" bean is used as a...
Hi Seshu,
I think, your simpleFileLocator needs to implement the org.springframework.core.io.Resource interface.
The reason is that the "resource" property in the FlatFileItemWriter requires an...
I am not sure whether it is a Spring Security issue but I am facing with a weird issue.
After restarting a Tomcat, I try to login to a Spring application protected using Spring Security using...
I have encountered such an issue before where the file needs a long processing time. What I did, is to store the file in a temporary storage and to tell the user that the job has been queued.
In...
Hi Dave,
I agree with you on using the existing FlatFileItemWriter so that it is restartable.
Also, thanks for the tips on unit testing strategy.
My code is used in a production environment...
Hi, I am developing Spring Apps to be integrated with COBOL. I need to use lots of flat file export and import functionalities from Spring Batch which are great.
However, I will need to send the...