use of org.jbpm.process.audit.AuditQueryCriteriaUtil in project jbpm by kiegroup.
the class AuditQueryCriteriaUtilTest method configure.
@BeforeClass
public static void configure() {
AbstractBaseTest.hackTheDatabaseMetadataLoggerBecauseTheresALogbackXmlInTheClasspath();
context = setupWithPoolingDataSource(JBPM_PERSISTENCE_UNIT_NAME);
emf = (EntityManagerFactory) context.get(ENTITY_MANAGER_FACTORY);
auditLogService = new JPAAuditLogService(emf);
util = new AuditQueryCriteriaUtil(auditLogService);
}
Aggregations