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
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
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?