log = new LogInformation();
log.setCreateBy(sessionCredentials.getCurrentUser().getId());
log.setCreateDate(new Timestamp(System.currentTimeMillis()));
getJournalComment().setId(null);
} else {
JournalComment temp = getJournalComment();
setJournalComment((JournalComment) manager.getById(JournalComment.class, getJournalComment().getId()));
log = getJournalComment().getLogInformation();
try {
PropertyUtils.copyProperties(getJournalComment(), temp);
} catch (IllegalAccessException e) {