}
public void testServiceData() {
LOG.trace(">testServiceData");
logMemStats();
ServiceData entity = new ServiceData();
entity.setData(CLOB_100KiB);
entity.setId(BOGUS_INTEGER);
entity.setName(VARCHAR_250B);
entity.setNextRunTimeStamp(0L);
entity.setRowProtection(CLOB_10KiB);
entity.setRowVersion(0);
entity.setRunTimeStamp(0L);
storeAndRemoveEntity(entity);
LOG.trace("<testServiceData");
}