Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    764

    I think this feature will be available in release...

    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
  2. Replies
    4
    Views
    1,104

    Hello jatinfrost, Maybe you can use a tasklet...

    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.
  3. Replies
    9
    Views
    4,744

    Thanks chudak for the reply. I did not see that...

    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.
  4. Replies
    9
    Views
    4,744

    A link which will be usefull

    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
  5. Replies
    9
    Views
    4,744

    Some ways/hints to resolve your issue

    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...
  6. Hi, I think you should develop your own Job...

    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...
  7. How (best way) to do "complex" Dynamic SQL Queries in a job

    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...
  8. Do you plan to developp a tibco Rendez vous adaptor

    Hello,

    I was wondering if you plan to developp a tibco Rendez Vous adaptor ?

    Thanks for your response.
  9. Yes it is. In fact, what "bothers" is the fact...

    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...
  10. Replies
    2
    Views
    1,296

    Lucas, Thanks for your reply, it is helpful. I...

    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...
  11. How To ignore writing Exception and avoid job termination ?

    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 ?
    ...
  12. Replies
    2
    Views
    1,296

    Feature suggestion : infinite skip limit

    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...
  13. Hi again, After some experiment with the skip...

    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...
  14. Question about skip Limit : skip count setted to zero after a commit ?

    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...
  15. Replies
    10
    Views
    2,424

    Thanks Lucas for your response. I have tried...

    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...
  16. Replies
    10
    Views
    2,424

    I downloaded the 1.0.1a-release-with depedencies...

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