3637383940414243444546
public Void execute(CommandContext commandContext) { JobManager jobManager=commandContext.getJobManager(); jobManager.saveJob((JobEntity)this.job); return null; } }
6869707172737475767778
Job job = (Job) iter.next(); // unlock log.debug("unlocking "+job+ " owned by thread "+job.getLockOwner()); job.setLockOwner(null); job.setLockTime(null); jobSession.saveJob(job); } } finally { try { jbpmContext.close();