Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    378

    if i synchronize also the update() method of the...

    if i synchronize also the update() method of the wrapper, the problem is solved.
    Reason is that i use stateful session, which get cleared in the update() method. This interferes with another thread...
  2. Replies
    1
    Views
    378

    HibernateCursorItemReader thread safety

    Hi,

    I have a multi-threaded chunk step that uses HibernateCursorItemReader to read items from a MySQL DB.
    As HibernateCursorItemReader is not thread-safe, i wrapped it in another class,...
  3. Replies
    1
    Views
    288

    Throttling item processing

    Hello,

    I have a read-write batch job that reads items from a database table and calls a web service (as the writer part).
    As the calls to the web service eventually overload the remote server, I...
  4. got it

    I managed to find a solution, albeit not the prettiest, it surely does the job..
    So here it is, in hope it might help someone in need..
    What I did is wrap FlatFileItemReader inside a class (proxy)...
  5. Stopping a read-write step without terminating job

    Hello,

    I implemented a chunk tasklet with a flat file reader.
    I would like to implement a stop mechanism that will exit this chunk read-write step according to a business stop condition. I want...
  6. Replies
    0
    Views
    255

    Multiple MarshlingHttpMessageConverters

    Hi,

    In my application, I have to support both JAXB and XStream as marsahllers. Some methods use Xstream for marshaling response bodies, while others use Jaxb for that purpose. Is there a way to...
Results 1 to 6 of 6