I think this feature will be available in release 2.0.0.
As described in this thread, there will be conditional step execution.
See : http://forum.springframework.org/showthread.php?t=64052
Type: Posts; User: lbo; Keyword(s):
I think this feature will be available in release 2.0.0.
As described in this thread, there will be conditional step execution.
See : http://forum.springframework.org/showthread.php?t=64052
Hello jatinfrost,
Maybe you can use a tasklet at the end of each job which would be in charge of merging the file using java code.
Thanks chudak for the reply.
I did not see that there was an asychronous way of launching a batch. It can be usefull in a web app just like the example you provided.
Laurent.
Hi again,
tbone21 has already open a thread on how to start a job from an online sytem:
It is at http://forum.springframework.org/showthread.php?t=60421
Hope this helps
Hi
Someone has already posted a code to start a batch from tomcat :
http://forum.springframework.org/showthread.php?t=51084
Basically, i would say that launching and running a batch...
Hi,
I think you should develop your own Job repository and just overload the method
void saveOrUpdate(StepExecution stepExecution);
By basically doing nothing in it...
Hope this helps. Let...
Hello,
I have a job in which the Item Reader reads data in a database.
But this step requires to read data in different tables, with different where clause and different column names, depending...
Hello,
I was wondering if you plan to developp a tibco Rendez Vous adaptor ?
Thanks for your response.
Yes it is.
In fact, what "bothers" is the fact that you have to set a skip limit in case you want to use the skip system.
But you discussed it in my previous post and you finally convinced me...
Lucas,
Thanks for your reply, it is helpful. I understand your point of view, prevent infinite loop is important.
My problem is exactly the one you point in your post : What about if my number...
Hi,
Each time an Exception occured when writting a chunk, spring batch rollback it and stop the job. (right ?)
Is there an elegant way to contine the job even if a chunk has been rollbacked ?
...
Hello,
I am writing a job where a writer in a step need to skip all item in case of an exception.
I just use a listener that catch skipped item or item error and log it, but the job needs to...
Hi again,
After some experiment with the skip limit and a look at the source code, I found in the code that the skip limit is a global limit of a step in a job, not in a chunck.
Thanks for this...
Hello,
I am trying to make a simple job with one step which read object in a database and write it in another one.
I want the writer to skip every step where there is an error/exception.
I...
Thanks Lucas for your response.
I have tried with the no-dependency zip file. I have the same problem.
In fact, I found the problem. In your main pom.xml (located in the samples directory), you...
I downloaded the 1.0.1a-release-with depedencies and I got problem running the mvn test command like said on the getting started guide page.
Does not work (maybe because files are missing )......