You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by sc...@apache.org on 2010/01/03 23:42:15 UTC

svn commit: r895500 - in /incubator/wookie/trunk/scripts: derby/hibernate.cfg.xml mysql/hibernate.cfg.xml

Author: scottbw
Date: Sun Jan  3 22:42:14 2010
New Revision: 895500

URL: http://svn.apache.org/viewvc?rev=895500&view=rev
Log:
Fix that removes the hibernate config warnings described in WOOKIE-82.

Modified:
    incubator/wookie/trunk/scripts/derby/hibernate.cfg.xml
    incubator/wookie/trunk/scripts/mysql/hibernate.cfg.xml

Modified: incubator/wookie/trunk/scripts/derby/hibernate.cfg.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/scripts/derby/hibernate.cfg.xml?rev=895500&r1=895499&r2=895500&view=diff
==============================================================================
--- incubator/wookie/trunk/scripts/derby/hibernate.cfg.xml (original)
+++ incubator/wookie/trunk/scripts/derby/hibernate.cfg.xml Sun Jan  3 22:42:14 2010
@@ -17,12 +17,12 @@
 		<property name="hibernate.connection.username">java</property>  
 		<property name="hibernate.connection.password">java</property> 
 		<property name="connection.pool_size">80</property>        
-		<property name="c3p0.acquire_increment">1</property> 
-		<property name="c3p0.idle_test_period">200</property> <!-- seconds --> 
-		<property name="c3p0.max_size">80</property> 
-		<property name="c3p0.max_statements">0</property> 
-		<property name="c3p0.min_size">5</property> 
-		<property name="c3p0.timeout">80</property>
+		<property name="hibernate.c3p0.acquire_increment">1</property> 
+		<property name="hibernate.c3p0.idle_test_period">200</property> <!-- seconds --> 
+		<property name="hibernate.c3p0.max_size">80</property> 
+		<property name="hibernate.c3p0.max_statements">0</property> 
+		<property name="hibernate.c3p0.min_size">5</property> 
+		<property name="hibernate.c3p0.timeout">80</property>
 	    
 		<property name="hibernate.connection.release_mode">auto</property>               
 		<!-- Enable Hibernate's automatic session context management -->

Modified: incubator/wookie/trunk/scripts/mysql/hibernate.cfg.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/scripts/mysql/hibernate.cfg.xml?rev=895500&r1=895499&r2=895500&view=diff
==============================================================================
--- incubator/wookie/trunk/scripts/mysql/hibernate.cfg.xml (original)
+++ incubator/wookie/trunk/scripts/mysql/hibernate.cfg.xml Sun Jan  3 22:42:14 2010
@@ -13,12 +13,12 @@
 		<property name="hibernate.connection.username">java</property>  
 		<property name="hibernate.connection.password">java</property>      
 		<property name="connection.pool_size">80</property>        
-		<property name="c3p0.acquire_increment">1</property> 
-		<property name="c3p0.idle_test_period">200</property> <!-- seconds --> 
-		<property name="c3p0.max_size">80</property> 
-		<property name="c3p0.max_statements">0</property> 
-		<property name="c3p0.min_size">5</property> 
-		<property name="c3p0.timeout">80</property>
+		<property name="hibernate.c3p0.acquire_increment">1</property> 
+		<property name="hibernate.c3p0.idle_test_period">200</property> <!-- seconds --> 
+		<property name="hibernate.c3p0.max_size">80</property> 
+		<property name="hibernate.c3p0.max_statements">0</property> 
+		<property name="hibernate.c3p0.min_size">5</property> 
+		<property name="hibernate.c3p0.timeout">80</property>
 	    
 		<property name="hibernate.connection.release_mode">auto</property>               
 		<!-- Enable Hibernate's automatic session context management -->