454647484950515253
transaction.commit(); } catch (Exception e){ transaction.rollback(); logger.error(Tools.getStackTrace(e)); throw new ServiceExecuteException(); } return null; }