}
public void testCAData() {
LOG.trace(">testCAData");
logMemStats();
CAData entity = new CAData();
entity.setCaId(BOGUS_INTEGER);
entity.setData(CLOB_100KiB);
entity.setExpireTime(0);
entity.setName(VARCHAR_250B);
entity.setRowProtection(CLOB_10KiB);
entity.setRowVersion(0);
entity.setStatus(0);
entity.setSubjectDN(VARCHAR_250B);
entity.setUpdateTime(0);
storeAndRemoveEntity(entity);
LOG.trace("<testCAData");
}