Search:

Type: Posts; User: vincenzo.vitale; Keyword(s):

Search: Search took 0.01 seconds.

  1. Look here (including the second comment): ...

    Look here (including the second comment):

    http://code.google.com/p/google-web-toolkit/issues/detail?id=5728
  2. Replies
    3
    Views
    1,232

    Spring Batch Presentation

    Hi there,

    tomorrow I'm going to present Spring Batch in my department @ TomTom.

    Have someone a Power Point presentation you can provide me as starting point... so I will just concentrate on...
  3. Replies
    6
    Views
    2,003

    In my project we decided to generate the report...

    In my project we decided to generate the report in a "black-box" service that accepts the file path and the limit time interval.

    So this means not using Spring Batch for generating it.

    Then the...
  4. Hi Lucas, yes, I'm trying to separate...

    Hi Lucas,

    yes, I'm trying to separate transactions for meta-data from the 'business transactions'. What we thought was to physically separate the operational database from the statistical one,...
  5. I'm not really an expert on transaction...

    I'm not really an expert on transaction management... so sorry if the question doesn't make sense... :-)

    The tables I want to maintain in sync (the spring batch tables) are in the same datasource,...
  6. One update... For sure the previous...

    One update...

    For sure the previous configuration was wrong in the propagation levels. Because a new transaction was always created..

    But also this one:

    <tx:advice id="txAdvice"...
  7. Transactional rollBack if something goes wrong in the internal database.

    Hi,

    I splitted the datasource for the Business object from the datasource used by Spring Batch. And my problem is that if I cause a runtime exception while the database job data is inserted (like...
  8. Thanks for the suggestion. I created for a...

    Thanks for the suggestion.

    I created for a FileRenameException extending RuntimeException.

    And I also attached the new listener:

    /**
    * Base listener for step error handling.
    *
    *...
  9. Cool. Ciao, V.

    Cool.


    Ciao,
    V.
  10. It worked really fine writing a tasklet. So...

    It worked really fine writing a tasklet.

    So now if just the file renaming fails it will be done again when the job is called again with the same parameter (the file name).

    Why not implementing...
  11. Hi Lucas, thanks for your answer. I think I...

    Hi Lucas,

    thanks for your answer.

    I think I will follow your suggestion using a tasklet for changing the filename. Thanks also for confirming the date.


    Bye,
    Vicio.
  12. Update: the main problem should be related to...

    Update: the main problem should be related to this http://jira.springframework.org/browse/BATCH-532

    BTW, do you think it's better to configure a tasklet?

    When 1.0.1 will be officially release?...
  13. Changing the file name after the step completes

    Hi,

    we configured one step inside a job to read from a file and upload the items to a database. After the step is complete we want to change the file name.

    If for some reason the name change...
Results 1 to 13 of 13