hi,
A previous post from Joris Kuipers talked about handling ValidationExceptions and skipping to the next item. In the end he came up with a custom solution of extending...
Type: Posts; User: MrB; Keyword(s):
hi,
A previous post from Joris Kuipers talked about handling ValidationExceptions and skipping to the next item. In the end he came up with a custom solution of extending...
Hi, have changed one of the samples to cast the laucher to SimpleJobLauncher (which is it's run time type) and then invoked the getStatistics() method after a call to run(). However I get an empty...
Hi,
A have written a simple implementation of a job launcher which reads a SimpleJobLauncher from the Spring Batch config file, and invokes the run() method.
What I would like to do is to print...
I am trying to configure a Logical Unit of Work for the RestartSample. I have modified RestartFunctionalTests so that there is only one invokation of runJob() . The end game is to rollback ALL...