Return-Path: X-Original-To: apmail-openmeetings-commits-archive@www.apache.org Delivered-To: apmail-openmeetings-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B499D10257 for ; Tue, 20 Aug 2013 13:12:59 +0000 (UTC) Received: (qmail 25765 invoked by uid 500); 20 Aug 2013 13:12:59 -0000 Delivered-To: apmail-openmeetings-commits-archive@openmeetings.apache.org Received: (qmail 25470 invoked by uid 500); 20 Aug 2013 13:12:55 -0000 Mailing-List: contact commits-help@openmeetings.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openmeetings.apache.org Delivered-To: mailing list commits@openmeetings.apache.org Received: (qmail 24944 invoked by uid 99); 20 Aug 2013 13:12:53 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Aug 2013 13:12:53 +0000 Date: Tue, 20 Aug 2013 13:12:53 +0000 (UTC) From: "Andun Sameera Liyanagunawardana (JIRA)" To: commits@openmeetings.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (OPENMEETINGS-558) GSOC: Need wysiwyg editor Wicket component MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/OPENMEETINGS-558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andun Sameera Liyanagunawardana updated OPENMEETINGS-558: --------------------------------------------------------- Attachment: WysiwygEditor_Integration_V1_0.patch I have integrated Wysiwyg Editor to previously mentioned places. But I am getting this exception in the Appointment. I think it is there before my edit. Please comment on the integration. ERROR 08-20 18:31:19.411 AppointmentDao.java 79360 782 org.apache.openmeetings.data.calendar.daos.AppointmentDao [http-bio-0.0.0.0-5080-exec-5] - [getAppointmentsByRange]: org.apache.openjpa.persistence.ArgumentException: An error occurred while parsing the query filter "SELECT a FROM MeetingMember mm, IN(mm.appointment) a WHERE mm.deleted <> true AND mm.invitor <> true AND mm.userid.user_id = :userId AND a.appointmentId NOT IN (SELECT a.appointmentId FROM Appointment a WHERE a.userId.user_id = :userId) AND mm.isConnectedEvent <> true AND ( (a.appointmentStarttime BETWEEN :starttime AND :endtime) OR (a.appointmentEndtime BETWEEN :starttime AND :endtime) OR (a.appointmentStarttime < :starttime AND a.appointmentEndtime > :endtime) )". Error message: No field named "invitor" in "MeetingMember". Did you mean "invitation"? Expected one of the available field names in "org.apache.openmeetings.persistence.beans.calendar.MeetingMember": "[appointment, appointmentStatus, deleted, invitation, isConnectedEvent, meetingMemberId, starttime, timeZoneId, updatetime, userid]". ERROR 08-20 18:42:02.057 DefaultExceptionMapper.java 722006 123 org.apache.wicket.DefaultExceptionMapper [http-bio-0.0.0.0-5080-exec-1] - Unexpected error occurred java.lang.NullPointerException: null at org.apache.openmeetings.web.user.calendar.AppointmentModel.load(AppointmentModel.java:43) ~[AppointmentModel.class:na] > GSOC: Need wysiwyg editor Wicket component > ------------------------------------------ > > Key: OPENMEETINGS-558 > URL: https://issues.apache.org/jira/browse/OPENMEETINGS-558 > Project: Openmeetings > Issue Type: Improvement > Components: HTML5 > Affects Versions: 3.0.0 Apache Release > Reporter: Irina Arkhipets > Assignee: Maxim Solodovnik > Labels: gsoc2013 > Fix For: 3.0.0 Apache Release > > Attachments: Adding_Wysiwyg_Editor_to_Compose_Message.patch, WysiwygEditor_Integration_V1_0.patch, Wysiwyg-Wicket_v1.1.zip, Wysiwyg-Wicket.zip > > > Need wysiwyg Wicket editor component to be used for chat/invitations/messages in HTML5. > Please note that it should be Apache compatible. > Here is good MIT licensed candidate: > demo: http://mindmup.github.io/bootstrap-wysiwyg/ > source: https://github.com/mindmup/bootstrap-wysiwyg/ -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira