Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    717

    Hi goyinho. I´m having the same problem at...

    Hi goyinho.

    I´m having the same problem at the time of use jobParameters within the beans with scope="step", in my case I'm trying to use the jobParameter to put in the WHERE clause for set my...
  2. Spring Batch 2.0 - preparedStatementSetter or setParameter or in HibernateCursorItem

    Hello Dave Syer.

    Thanks a lot for your answer, I read your suggestion but this example is used by read one file stating onde bean property.

    I need to pass a parameter of inial date and...
  3. How to shared the same instane of one object with two steps diferents?

    Friends.

    Now I have de below context.

    Processor in the STEP1 I create an object (PSURs) that the property has a list and add items to it.

    But now the processor in the STEP2 I need to add...
  4. Skip parameter of the query with [CDATA []] and jobParameters []

    Hello Dave.

    Thank you for instruction but I am trying to use it in the "bean" from my job but he is reading # (jobParameters [id]) as a string.
    The difference between your example and my xml is...
  5. Circumvented Problem

    Colleagues, could solve the problem changing my version of Spriger bacth to version 2.0.1 to 2.0.0.
    I looked at the release notes:...
  6. Error JobRepository is mandatory IN SIMPLE JOB

    Dear friends, I am trying to load my xml to job but is giving the error JobRepository is mandatory.

    I saw an example of Dave Syer at...
  7. Replies
    0
    Views
    1,067

    Error JobRepository is mandatory

    Peoples.

    When I start my job I get the error below (Caused by: java.lang.IllegalArgumentException: JobRepository is mandatory).
    Follow my files of application below to.
    Someone had...
  8. Unexpected exception parsing XML document from class path resource

    Hi Peoples.

    I have one applicationContext and this load beans of datasource, hibernate, jobsFactory and one Job.
    But when this load job xml I have one error of parser xml.
    I think my...
  9. Thanks

    Master Dave.

    Thanks a lot man, is worked.

    Regards.

    Bruno Gambier
  10. Spring Batch 2.0 - preparedStatementSetter or setParameter or in HibernateCursorItem

    My Friends.

    I'm using HibernateCursorItemReader but in time to crate queryString I came cross the problem at not having as create queryString using setParameter in HibernateCursorItemReader.
    ...
Results 1 to 10 of 11