if (AuditServerConstants.SQLSERVER_2005_DIALECT_VALUE
.equalsIgnoreCase(rdbmsDialect)) {
logger.info("Will shape events accord to SQL Server 2005 requirements");
auditEventShaper = new SQLServerAEShaper();
} else {
auditEventShaper = new NullAEShaper();
}
applicationName = servletContext.getServletContextName();
logger.debug("applicationName={}", applicationName);
Configuration cfg = Persistor.createConfiguration();