Author: tchemit Date: 2009-08-31 15:09:50 +0200 (Mon, 31 Aug 2009) New Revision: 9 Modified: trunk/billy-business/src/main/resources/TopiaContextBilly.properties Log: [FIX] #30 java.lang.ClassCastException: org.hibernate.hql.ast.HqlToken cannot be cast to antlr.Token Modified: trunk/billy-business/src/main/resources/TopiaContextBilly.properties =================================================================== --- trunk/billy-business/src/main/resources/TopiaContextBilly.properties 2009-08-28 12:01:57 UTC (rev 8) +++ trunk/billy-business/src/main/resources/TopiaContextBilly.properties 2009-08-31 13:09:50 UTC (rev 9) @@ -8,4 +8,5 @@ hibernate.connection.driver_class=org.h2.Driver hibernate.connection.url=jdbc:h2:file:~/h2data/billy - +# fix java.lang.ClassCastException: org.hibernate.hql.ast.HqlToken cannot be cast to antlr.Token +hibernate.query.factory_class=org.hibernate.hql.classic.ClassicQueryTranslatorFactory
participants (1)
-
tchemit@users.chorem.org