User author = commandService.get(User.class, authorID);
commandService.assertUserIsAuthenticated(author);
ForumTopic loadedTopic = commandService.get(forumPost
.getTopicClass(), topicID);
ForumPost threadP = commandService.get(ForumPost.class, threadID);
Log.debug("SaveForumPostCommand" + toString());