{
logger.warn("No name in variable - skipping");
}
}
FormEntryVO formEntryVO = new FormEntryVO();
formEntryVO.setFormContentId(formContentId);
formEntryVO.setFormName(formName);
formEntryVO.setOriginAddress(originAddress);
formEntryVO.setUserAgent(userAgent);
formEntryVO.setUserIP(userIP);
formEntryVO.setUserName(userName);
formEntryVO.setRegistrationDateTime(registrationDate);
FormEntry newFormEntry = null;
Database db = CastorDatabaseService.getDatabase();
ConstraintExceptionBuffer ceb = new ConstraintExceptionBuffer();