Author: julien_viet
Date: 2010-01-23 17:28:43 -0500 (Sat, 23 Jan 2010)
New Revision: 1436
Modified:
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/database/database-configuration.xml
Log:
actually removing commented out C3P0 config
Modified:
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/database/database-configuration.xml
===================================================================
---
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/database/database-configuration.xml 2010-01-23
22:13:10 UTC (rev 1435)
+++
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/database/database-configuration.xml 2010-01-23
22:28:43 UTC (rev 1436)
@@ -42,12 +42,6 @@
<property name="hibernate.connection.datasource"
value="${gatein.datasource.name}${container.name.suffix}"/>
<property name="hibernate.connection.autocommit"
value="true"/>
<property name="hibernate.dialect"
value="${gatein.datasource.dialect.hibernate}"/>
-<!--
- <property name="hibernate.c3p0.min_size" value="5"/>
- <property name="hibernate.c3p0.max_size" value="20"/>
- <property name="hibernate.c3p0.timeout" value="1800"/>
- <property name="hibernate.c3p0.max_statements"
value="50"/>
--->
</properties-param>
</init-params>
</component>
Show replies by date