Results 1 to 2 of 2

Thread: Extending AbstractJob

  1. #1
    Join Date
    Feb 2009
    Posts
    10

    Default Extending AbstractJob

    If I want to extend AbstractJob how do I specifiy in my context files that my sub-class of AbstractJob should be used?
    I have dug through the doco and forums but no luck...
    Thanks,
    Ed

  2. #2
    Join Date
    Jun 2005
    Posts
    4,230

    Default

    I'm not sure if <job parent=""/> works in that case. It would be nice if it did, so try it, and comment on https://jira.springsource.org/browse/BATCH-1610 to say what happened (that issue relates to Steps but the same should be true of Jobs).

    What is your use case? Is it really necessary to extend AbstractJob?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •