308309310311312313314315
Transactions.getUserTransaction().begin(); } } catch (Exception e) { throw new TransactionException("Could not start transaction", e); } }
329330331332333334335336
Transactions.getUserTransaction().rollback(); } } catch (Exception e) { throw new TransactionException("Could not commit transaction", e); } }