Author: fdesbois Date: 2009-08-31 19:12:29 +0200 (Mon, 31 Aug 2009) New Revision: 68 Modified: trunk/bonzoms-business/src/main/resources/ContextBonzoms.properties trunk/bonzoms-business/src/test/resources/ContextBonzoms.properties Log: Clean config Modified: trunk/bonzoms-business/src/main/resources/ContextBonzoms.properties =================================================================== --- trunk/bonzoms-business/src/main/resources/ContextBonzoms.properties 2009-08-31 17:12:10 UTC (rev 67) +++ trunk/bonzoms-business/src/main/resources/ContextBonzoms.properties 2009-08-31 17:12:29 UTC (rev 68) @@ -8,7 +8,5 @@ hibernate.connection.driver_class=org.h2.Driver hibernate.connection.url=jdbc:h2:file:~/h2data/bonzoms -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 Modified: trunk/bonzoms-business/src/test/resources/ContextBonzoms.properties =================================================================== --- trunk/bonzoms-business/src/test/resources/ContextBonzoms.properties 2009-08-31 17:12:10 UTC (rev 67) +++ trunk/bonzoms-business/src/test/resources/ContextBonzoms.properties 2009-08-31 17:12:29 UTC (rev 68) @@ -1,5 +1,5 @@ # Propri\u00C3\u00A9t\u00C3\u00A9s par d\u00C3\u00A9faut pour une base de donn\u00C3\u00A9es de type H2 -hibernate.hbm2ddl.auto=update +hibernate.hbm2ddl.auto=create hibernate.show_sql=false hibernate.dialect=org.hibernate.dialect.H2Dialect