I can browse the API, it's just the Modules that don't work for me.
Type: Posts; User: dmarzi; Keyword(s):
I can browse the API, it's just the Modules that don't work for me.
The documentation can't be found, either.
http://static.springframework.org/spring-batch/spring-batch-docs/index.html
Does anyone have some input on this?
And is it possible in the case of a "single resource" ItemReader to get access to the currently processed Resource Object in the ItemWriter?
bump... :-)
Is there a way to determine the Resource currently used by a MultiResourceItemReader outside of the MultiResourceItemReader?
I have the requirement of reading multiple files from import...
I believe it's necessary to copy spring.schemas in addition to spring.handlers to make it work.
Sounds good, thanks.
I have written my wrapper, and everything works fine. But now I have to address another requirement, and I wonder how I can best combine that with the exported launching.
Once a job has finished...
Oh, and it seems like the original post was expanded significantly after I made mine. Or I wasn't very concentrated when I read it. :p
That's simple indeed. Thanks.
True, writing my own wrapper is probably the better solution. Thank you.
I have to write several jobs that will run every day but need to be scheduled, monitored and stopped separately.
Now I have seen that with the ExportedJobLauncher it's only possible to stop all...
Found it, the application context was accidentally loaded a second time in an older fragment of my test code.
That's a very interesting question, and I am in a similar situation and would like to add the following specific question:
Actually I even want to use the StaxEventItemReader in several Jobs that...
I'm using the MapJobRepository. But I guess an in-memory HSQLDB would probably be just as fine.
I was trying configure JMX for a test job and was very closely following the adhoc job sample (the relevant part of the application context is basically just the contents of the...
Okay, I see where you're coming from.
Personally I would have preferred to reserve the ERROR log level for system problems that need to see action by the operator, but in a way that's the case...
I have just tested it in a "single-threaded" (in terms of processing step items) context. I stopped the job as described in the documentation after launching it asynchronously.
Even though the job...
bump... :)
Lol, I'm not a guru but just writing my first job as well, but I can tell you how I understand it.
There's an in-memory repository (based on transactional maps) that you can use instead of a DB...
Well, the question I have is this:
Let's say I have a directory with 1,000 files that are going into the "master" step and then within the "master" step a nested step is launched that iterates...
Thank you, that sounds good.
But I don't entirely understand how the job execution will handle a step excecution that is launched within another step exectution.
I think in the context of a...
Unfortunately I have the requirement that all documents within one folder have to be imported in a certain order, otherwise I would definitely process files from one folder in different threads.
...
I think I was a little sloppy in my choice of terms, I didn't really mean whether or not I should have more than one step for importing documents from a folder.
The question I actually have is if...
I need to write a job that imports documents into a document management system (EMC Documentum). Transactions will be commited using the proprietary API of that DMS, so I don't think they can be...