hibernate.transaction.manager_lookup_class=org.hibernate.transaction.JBossTransactionManagerLookup hibernate.query.factory_class=org.hibernate.hql.ast.ASTQueryTranslatorFactory hibernate.connection.datasource=java:/JbossTestDS hibernate.dialect=org.hibernate.dialect.MySQLInnoDBDialect #hibernate.connection.datasource=java:/OscTestDS #hibernate.dialect=org.hibernate.dialect.MySQLInnoDBDialect hibernate.hbm2ddl.auto=update #hibernate.hbm2ddl.auto=create-drop hibernate.cache.provider_class=org.hibernate.cache.HashtableCacheProvider # Clustered cache with TreeCache #hibernate.cache.provider_class=org.jboss.ejb3.entity.TreeCacheProviderHook #hibernate.treecache.mbean.object_name=jboss.cache:service=EJB3EntityTreeCache hibernate.show_sql=false # for SQL debugging insert the following lines before the tag in # server/$name/conf/log4j.xml: # # # # #hibernate.cglib.use_reflection_optimizer=false