Search:

Type: Posts; User: dmarzi; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    1,411

    I can browse the API, it's just the Modules that...

    I can browse the API, it's just the Modules that don't work for me.
  2. Replies
    5
    Views
    1,411

    The documentation can't be found, either. ...

    The documentation can't be found, either.

    http://static.springframework.org/spring-batch/spring-batch-docs/index.html
  3. Does anyone have some input on this? And is it...

    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?
  4. bump... :-)

    bump... :-)
  5. Current Resource of a MultiResourceItemReader?

    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...
  6. Replies
    7
    Views
    16,650

    I believe it's necessary to copy spring.schemas...

    I believe it's necessary to copy spring.schemas in addition to spring.handlers to make it work.
  7. Replies
    5
    Views
    1,125

    Sounds good, thanks.

    Sounds good, thanks.
  8. Replies
    5
    Views
    1,125

    I have written my wrapper, and everything works...

    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...
  9. Oh, and it seems like the original post was...

    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
  10. That's simple indeed. Thanks.

    That's simple indeed. Thanks.
  11. Replies
    5
    Views
    1,125

    True, writing my own wrapper is probably the...

    True, writing my own wrapper is probably the better solution. Thank you.
  12. Replies
    5
    Views
    1,125

    ExportedJobLauncher question

    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...
  13. Found it, the application context was...

    Found it, the application context was accidentally loaded a second time in an older fragment of my test code.
  14. That's a very interesting question, and I am in a...

    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...
  15. I'm using the MapJobRepository. But I guess an...

    I'm using the MapJobRepository. But I guess an in-memory HSQLDB would probably be just as fine.
  16. javax.management.InstanceAlreadyExistsException

    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...
  17. Replies
    12
    Views
    2,062

    Okay, I see where you're coming from. ...

    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...
  18. Replies
    12
    Views
    2,062

    I have just tested it in a "single-threaded" (in...

    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...
  19. Replies
    12
    Views
    2,062

    bump... :)

    bump... :)
  20. Thread: DB Needed ?

    by dmarzi
    Replies
    1
    Views
    1,096

    Lol, I'm not a guru but just writing my first job...

    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...
  21. Replies
    12
    Views
    2,062

    Well, the question I have is this: Let's say...

    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...
  22. Replies
    12
    Views
    2,062

    Thank you, that sounds good. But I don't...

    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...
  23. Replies
    12
    Views
    2,062

    Unfortunately I have the requirement that all...

    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.
    ...
  24. Replies
    12
    Views
    2,062

    I think I was a little sloppy in my choice of...

    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...
  25. Replies
    12
    Views
    2,062

    Transaction and Shutdown Questions

    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...
Results 1 to 25 of 27
Page 1 of 2 1 2