I see I'm not the only one to not see a reply before replying amd not only one
to accidently cobble together the wrong library sets.
My (phill) and ew0kian's solution was to get all of the...
Type: Posts; User: phill; Keyword(s):
I see I'm not the only one to not see a reply before replying amd not only one
to accidently cobble together the wrong library sets.
My (phill) and ew0kian's solution was to get all of the...
I had this error
java.lang.NoSuchFieldError: name
until I matched all of my libraries for slf4j to the latest release the
.name field was added in a new (recent) superclass and the java.lang...
Done.
Sorry for bumbling around and not checking documentation.
The bug is BATCH-678
-P
In Spring Batch 1.0 Spring Batch - Reference Documentation
p20 (PDF)
[...]
The FieldSetMapper configuration looks like the following
<bean id="fieldSetMapper"...
Since we're in 1.0 and the doc's are new, I thought I'd create a thread for
listing those stupid but annoying bugs which inevitably creep into the documentation.
I also have a question related to AbstractValidatingBatchLauncherTest. I have units tests around all the parts I wrote and I figured that one AbstractValidatingBatchLauncherTest with a...
Thanks Dave. I also thought to mention that a few other coding typos are listed by me on a reply to the DZone article. I don't know about others but I'm sometimes ready to bite someone (not...
Thanks for the feedback, I'll consider what I might suggest in a JIRA after I get more up to speed on the whole framework. I would have to have a good understanding the appropriate executionContext...
Thanks for the quick response.
Darn, I was hoping to play with simple things like flat files to understand
how ItemWriters work and play with tranformations without having to build up an...
I'm thinking this is more a straight Spring question on the file resource than a question about FlatFileItemWriter.
I was wondering how to setup a FlatFileItemWriter or the file resource so that...
Don't worry, it's no stupider than the author of the
"Hello World" Spring Batch article on dzone, Tareq Abed Rabbo,
who had those typos in the original article and on his blog.
-Paul
p.s. For...