Author: tchemit Date: 2009-08-31 15:09:52 +0200 (Mon, 31 Aug 2009) New Revision: 60 Modified: trunk/bonzoms-business/src/main/resources/ContextBonzoms.properties Log: [FIX] #30 java.lang.ClassCastException: org.hibernate.hql.ast.HqlToken cannot be cast to antlr.Token Modified: trunk/bonzoms-business/src/main/resources/ContextBonzoms.properties =================================================================== --- trunk/bonzoms-business/src/main/resources/ContextBonzoms.properties 2009-08-28 11:52:35 UTC (rev 59) +++ trunk/bonzoms-business/src/main/resources/ContextBonzoms.properties 2009-08-31 13:09:52 UTC (rev 60) @@ -10,4 +10,5 @@ topia.application.service.org.chorem.registry.ChoremRegistry=xml-rpc://localhost:8888 - +# fix java.lang.ClassCastException: org.hibernate.hql.ast.HqlToken cannot be cast to antlr.Token +hibernate.query.factory_class=org.hibernate.hql.classic.ClassicQueryTranslatorFactory