You may use a custom processor for your step .This processor should accept cursor/list of objects as input and return list of strings as output. The List of Strings returned by the processor will be...
Type: Posts; User: Bhuvana; Keyword(s):
You may use a custom processor for your step .This processor should accept cursor/list of objects as input and return list of strings as output. The List of Strings returned by the processor will be...
I tried a sample job with the above contextlistener but it looks like the listener is getting invoked only once. I am not sure this is because of the exit status being returned by the afterStep...
In my case the first step is a partition step and each partition has the same key in its execution context. How can i promote the values in all the partitions to the job execution context(as a list...
I tried using SimpleCompletionPolicy with the chunk size set to 1. The resultant behaviour is similar to setting the commit-interval to 1. The writer write method is getting invoked after every call...
I have a requirement to run the reader-> processor -> writer iteration just once in my step. My understanding is that these iterations continue as long as the reader continues to return the data. Is...
I have a requirement to store the data read in the reader in the job execution context so that it is accessible to the other steps. Is it possible to access step execution context in the read method...
I am using the Spring Admin spring-batch-admin-sample-1.0.0.M2.war. It uses 2.1.0.M4 version of batch core and batch infrastructure jars.
I am uploading a jobs file which has jobs with partitions...
This issue seems to be related to SPR-2706 JIRA issue.
I added a system property javax.xml.parsers.DocumentBuilderFactory with the value org.apache.xerces.jaxp.DocumentBuilderFactoryImpl and...
I downloaded Spring Batch Admin application war spring-batch-admin-sample-1.0.0.M2.war and deployed it in Websphere. It runs fine with the default jobs. I added few more job configurations and...
Thanks for your response Dave!
In env-context.xml the load order is set to 1. I am not sure if we can set anything less than that value.
I guess the issue is with ignoreUnresolvablePlaceholders...
Hi,
I deployed Spring batch admin web application in tomcat. It works fine with the default jobs provided. I added a new xml file with my jobs and some of the beans specified in the XML have...