comment.setCreationDate(new Date());
this.getCommentDAO().addComment(comment);
this.notifyEvent(comment.getContentId(), -1, ContentFeedbackChangedEvent.CONTENT_COMMENT, ContentFeedbackChangedEvent.INSERT_OPERATION_CODE);
} catch (Throwable t) {
ApsSystemUtils.logThrowable(t, this, "addComment");
throw new ApsSystemException("Error add comment", t);
}
}