Index: lams_tool_forum/src/java/org/lamsfoundation/lams/tool/forum/service/ForumService.java =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/src/java/org/lamsfoundation/lams/tool/forum/service/ForumService.java,v diff -u -r1.99.4.3.2.2 -r1.99.4.3.2.3 --- lams_tool_forum/src/java/org/lamsfoundation/lams/tool/forum/service/ForumService.java 10 Jun 2009 05:28:30 -0000 1.99.4.3.2.2 +++ lams_tool_forum/src/java/org/lamsfoundation/lams/tool/forum/service/ForumService.java 10 Jun 2009 20:31:27 -0000 1.99.4.3.2.3 @@ -305,8 +305,7 @@ forumDao.deleteCondition(condition); } - public synchronized Message replyTopic(Long parentId, Long sessionId, Message replyMessage) - throws PersistenceException { + public Message replyTopic(Long parentId, Long sessionId, Message replyMessage) throws PersistenceException { // set parent Message parent = this.getMessage(parentId); replyMessage.setParent(parent);