I'm trying to export data from a database with spring-batch and hibernate. Actually the strong requirement is that the query is a stored procedure returning a cursor. This query and resulting columns...
Type: Posts; User: ugur; Keyword(s):
I'm trying to export data from a database with spring-batch and hibernate. Actually the strong requirement is that the query is a stored procedure returning a cursor. This query and resulting columns...
Thank you,
Indeed unchecking grouping by category shows up the missing components. Thank you very much also for including fix in next release.
cheers,
ugur
Hello,
I'm trying to install latest release SpringSource Tool Suite 2.7.1 in an eclipse indigo 3.7. So I'm following instruction of STS installation instructions [Installing from the Release...
Problem solved,
in fact it happens that getCurrentResource is null after Read, when all files have been parsed, case that I wasn't filtering. I actually couldn't see this while debuging because of...
Hello,
I'm new using spring batch, and I have an issue with MultiResourceItemReader.
I have a step configured with such a reader, and a listener on that step (reader, writer and processor...