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)
:(
Type: Posts; User: giovanni.dalloglio; Keyword(s):
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)
:(
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"!
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....
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.
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...