742743744745746747748749
eventType, description); } catch (SQLException sqlex) { throw new WorkflowException(sqlex); } }
809810811812813814815816
843844845846847848849850
conn = ConnUtils.getConnection(getStore()); gCaseDBImpl.createCaseParameter_impl(this,workflowProcess,operator,conn, false, workflowCase, parameter); } catch (SQLException sqlex) { throw new WorkflowException(sqlex); } }
868869870871872873874875
conn = ConnUtils.getConnection(getStore()); gCaseDBImpl.updateCaseParameter_impl(this,workflowProcess,operator,conn, true, workflowCase, parameter); } catch (SQLException sqlex) { throw new WorkflowException(sqlex); } }
896897898899900901902903904
userTransaction = new UserTransactionImpl(this, conn); } catch (SQLException sqlex) { ConnUtils.cleanupNoThrow(conn); throw new WorkflowException(sqlex); } return userTransaction; }
949596979899100101102103104
} catch (Exception wfsex) { log.error(wfsex, wfsex); userTransaction.rollback(); throw new WorkflowException(wfsex); } finally { userTransaction.release(); }
531532533534535536537538
jrs.release(); } catch (SQLException sqlex) { throw new WorkflowException(sqlex); } }
124125126127128129130131132133134
createCaseContext(gCaseDatabaseImpl,workflowProcess,operator,conn, caseId); } catch (SQLException sqlex) { throw new WorkflowException(sqlex); } finally { if (canRelease) {
199200201202203204205206207208209
workflowCase.setCaseContext(caseContext); } } catch (SQLException sqlex) { throw new WorkflowException(sqlex); } finally { if (canRelease) {
258259260261262263264265266267268
pstmt.executeUpdate(); } catch (SQLException sqlex) { throw new WorkflowException(sqlex); } finally { if (canRelease) {