em.getTransaction().setRollbackOnly();
return actionMapping.findForward("paymentError");
}
try {
orderEngine.sendCustSaleConfirmEmail(request, this.getServlet().getServletContext());
}
catch (Exception e) {
// Unable to send email. Still consider to be a successful transaction.
logger.error(e);
}