If I am launching a job:
and a RuntimeException is thrown the JobExecution is null since the launcher did not return successfully.Code:try { JobExecution je = launcher.run(job, jp); } catch (Throwable t) { // my job execution is null... }
How do I access the 'real' job execution metadata from the failed job?
Thanks
Franz Garsombke


Reply With Quote