String email = "test@cipres.treebase.org";
p.setEmailAddressString(email);
PersonHome fixture = getPersonHome();
fixture.store(p);
// force commit immediately, important:
setComplete();
endTransaction();
logger.info("person created: " + p.getLastName() + "id = " + p.getId());