Search:

Type: Posts; User: giovanni.dalloglio; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    628

    I'm sad: the STS 3.2.0 includes the tcserver...

    I'm sad: the STS 3.2.0 includes the tcserver 2.8.2, that contains the insight pack version 1.8.3 (with no spring-batch specific plugin)

    :(
  2. Replies
    5
    Views
    628

    spring batch insight

    Hello

    I recently discovered the existence of:

    Spring-Data Plugin for Spring Insight
    Spring-Batch Plugin for Spring Insight


    The first thing i thinked was: "i want it"!
  3. improve JNDI lookup in test phase

    Hello.

    I need to provide a dataSource via jndi-lookup to external (= not modifiable) classes.

    Writing the integration test, I noticed the SimpleNamingContextBuilder, and I immediatly loved it....
  4. Replies
    2
    Views
    968

    Appreciation To IBM

    I judged with bad faith.

    I just finished reading the draft of the JSR specification.

    The result is much more similar to SB than the IBM's XD XJCL specification.
    I am pleasantly impressed.
  5. Replies
    2
    Views
    968

    I wish to express my concern. I fear that IBM...

    I wish to express my concern.

    I fear that IBM may try to "promote" their batch processing API (IBM XD) to the rank of "official standard". Gaining an advantage respect to SB, so in enterpreise...
  6. Two things: You should not manage the...

    Two things:


    You should not manage the transaction: SB'll do for you
    performances: you should use the JDBC add batch/execute batch features, instead of doing single-row updates


    SB...
  7. Try with this statements

    Here are our SQL statements.

    Pay attention: I'm not sure that they are "prefects," we wanted to delete the old stuff, and we were not too accurate.

    Try to validate them before re-use, to see if...
  8. I'm sorry, we solved taht issue with a list of...

    I'm sorry, we solved taht issue with a list of "delete from ...". I'm not satisfied, but it is enough to address the issue.

    The specific issue (BATCH-1747) is closed as "won't fix": i assume that...
  9. Spring batch roadmap / end of life

    Hello everyone.

    I'm an happy developer of batches with Spring Batch, which I consider a great framework.

    One of our customers noted that the development of Spring Batch is a bit "slow" (SB...
  10. Replies
    0
    Views
    386

    possible bug in steps handling

    Hello,

    I want to signal a possible bug in steps handling.

    I have a Spring-Batch-Application running on WebSphere 6.1 in an AIX system, and DB2 on MAINFRAME, but I believe system and DB are not...
  11. purge/move historical data from spring batch tables

    Hi all,

    We are considering how to storicize the 6 SB tables:

    the row number in that tables can't increase too much
    it has no interest for us the data 6-months-old


    We plan to do it in a...
  12. Replies
    2
    Views
    634

    sorting backround

    Hi, thank you for the replay

    Quickly said: we need to match two files, taking some data from the first and some other from the second, to create a new file with that results.
    The records between...
  13. Replies
    2
    Views
    634

    thoughts about sorting

    Hi,

    We are doing some experiments about typical batch scenarions: sort, match, and so on...

    Now we are thinking about sorting...

    is outrageous to make 2 steps??
    1) read from file, and load...
  14. ConcurrentModificationException when the chain is done

    Hi

    we are experiencing a singular issue:


    all the steps are completed (the execution is completed)
    the chain is writing to DB "COMPLETED"
    an exception occur when serialize the...
  15. Replies
    4
    Views
    2,290

    a big mess

    i've just resolved a problem, it took me a lot of time, and it seem to be similar to yours:

    my problem was: my SW worked well INSIDE the ecplise, not working from the java.exe...


    in a post...
Results 1 to 15 of 15