Package it.eng.spagobi.utilities.callbacks.audit

Examples of it.eng.spagobi.utilities.callbacks.audit.AuditAccessUtils.updateAudit()


      writer.flush();
      writer.close();
      // AUDIT UPDATE
      if (auditId != null) {
        if (auditAccessUtils != null)
          auditAccessUtils.updateAudit(session, userId, auditId, null, new Long(System.currentTimeMillis()),
              "EXECUTION_FAILED", e.getDescription(), null);
      }
    } catch (Exception e) {
      logger.error( "Error during report production \n\n ", e);
      // AUDIT UPDATE
View Full Code Here


    } catch (Exception e) {
      logger.error( "Error during report production \n\n ", e);
      // AUDIT UPDATE
      if (auditId != null) {
        if (auditAccessUtils != null)
          auditAccessUtils.updateAudit(session, userId, auditId, null, new Long(System.currentTimeMillis()),
              "EXECUTION_FAILED", e.getMessage(), null);
      }
    }

    logger.info(" Request processed");
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.