Author: stliu
Date: 2009-12-16 03:23:41 -0500 (Wed, 16 Dec 2009)
New Revision: 18235
Modified:
search/branches/v3_1_1_GA_CP/src/test/resources/hibernate.properties
Log:
JBPAPP-2923 CLONE -Modify Annotations, Entity Manager, and Search to work with the same
property settings as Core
Modified: search/branches/v3_1_1_GA_CP/src/test/resources/hibernate.properties
===================================================================
--- search/branches/v3_1_1_GA_CP/src/test/resources/hibernate.properties 2009-12-16
08:16:37 UTC (rev 18234)
+++ search/branches/v3_1_1_GA_CP/src/test/resources/hibernate.properties 2009-12-16
08:23:41 UTC (rev 18235)
@@ -20,12 +20,19 @@
hibernate.connection.password ${jdbc.pass}
hibernate.connection.isolation ${jdbc.isolation}
-hibernate.connection.pool_size 5
+hibernate.query.substitutions yes 'Y', no 'N'
-hibernate.show_sql true
+hibernate.connection.pool_size 1
+
+hibernate.proxool.pool_alias pool1
+
hibernate.format_sql true
-hibernate.max_fetch_depth 5
+hibernate.max_fetch_depth 1
+hibernate.jdbc.batch_versioned_data true
+
+hibernate.jdbc.use_streams_for_binary true
+
hibernate.cache.region_prefix hibernate.test
hibernate.cache.provider_class org.hibernate.cache.HashtableCacheProvider