1. what is an elegant way to override job/step status to FAILED for business reasons forum.springsource.orgwhat is an elegant way to override job/step status to FAILED for business reasons hi, here is my use case: I need to process a large amount of customers. In the ... |
2. Job Status Emails forum.springsource.orgI have a requirement where in I need to send the Job status notifications to users. I have multiple steps in my job. Typically, if the job fails, the email body ... |
3. Job status is COMPLETED even after exception is thrown forum.springsource.orgJob status is COMPLETED even after exception is thrown Hi, As of now, my job is configured to |
4. Retrieving JobExecution Status on RuntimeException forum.springsource.orgIf I am launching a job: Code: try { JobExecution je = launcher.run(job, jp); } catch (Throwable t) { // my job execution is null... } and a RuntimeException is thrown ... |
5. how to check job status forum.springsource.orgI start the job asynchronos. How to check there is any job is running? There are few steps in the job and how to check whether which step in the job ... |
6. stopping a job in STOPPING Status forum.springsource.orgWhat is your step configured to do? Is it a TaskletStep, if so does the Tasklet check for the status occasionally? If the Tasklet is a framework implementation, is your Item{Reader,Processor,Writer} ... |
7. UnmappableCharacterException has no effect on job's status forum.springsource.orgUnmappableCharacterException has no effect on job's status Hi, I've been thru a case where some invalid character is triggering the following exception: java.nio.charset.UnmappableCharacterException: Input length = 1 When I look at ... |
8. JobInterruptException in step but job returns complete status forum.springsource.orgDave, We have a job configured.. |