final JobInstanceImpl jobInstance = repository.createJobInstance(jobDefined, getApplicationName(), classLoader);
return startJobExecution(jobInstance, jobParameters, null);
}
});
} catch (InvalidTransactionException e) {
throw new JobStartException(e);
} catch (SystemException e) {
throw new JobStartException(e);
}
}