Search:

Type: Posts; User: Bhuvana; Keyword(s):

Search: Search took 0.02 seconds.

  1. You may use a custom processor for your step...

    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...
  2. I tried a sample job with the above...

    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...
  3. In my case the first step is a partition step and...

    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...
  4. Replies
    3
    Views
    658

    I tried using SimpleCompletionPolicy with the...

    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...
  5. Replies
    3
    Views
    658

    How to run the step just once

    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...
  6. How to access StepExecutionContext from the reader

    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...
  7. Replies
    0
    Views
    571

    Issue configuring the grid-size

    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...
  8. Replies
    1
    Views
    3,407

    Work around

    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...
  9. Replies
    1
    Views
    3,407

    Duplicated definition for: 'identifiedType'

    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...
  10. Issue with ignoreUnresolvablePlaceholders

    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...
  11. Unable to load properties file in spring batch admin application

    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...
Results 1 to 11 of 11