sla.setStatusTimestamp(new Date());
try {
JPAService jpaService = Services.get().get(JPAService.class);
assertNotNull(jpaService);
SLAEventInsertJPAExecutor slaInsertCmd = new SLAEventInsertJPAExecutor(sla);
jpaService.execute(slaInsertCmd);
}
catch (JPAExecutorException je) {
je.printStackTrace();
fail("Unable to insert the test sla event record to table");