Comment #8 on issue 746 by alexei.fedotov: org.hibernate.QueryException: ClassNotFoundException: org.hibernate.hql.ast.HqlToken http://code.google.com/p/openmeetings/issues/detail?id=746
It seems I found a root of the problem. We have 6 antlr distribution copies in the classpath including incompatible ones. For me the following jar removal fixed the "whiteboard sql request" problem. Could anyone confirm that this fixes "configuration sql request" as well? $ mv webapps/openmeetings/WEB-INF/lib/antlr-2.7.6.jar webapps/openmeetings/WEB-INF/lib/antlr-2.7.6.jar.1 If yes, I will remove jar from svn. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenMeetings developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/openmeetings-dev?hl=en -~----------~----~----~----~------~----~------~--~---
