r1472 - xwiki-apps/gelc/gelcv1/trunk/gelc/src/main/web/WEB-INF

Jeremi Joslin jeremi at users.forge.objectweb.org
Wed Oct 25 21:18:01 CEST 2006


Author: jeremi
Date: 2006-10-25 21:18:01 +0200 (Wed, 25 Oct 2006)
New Revision: 1472

Modified:
   xwiki-apps/gelc/gelcv1/trunk/gelc/src/main/web/WEB-INF/hibernate.cfg.xml
Log:
revert

Modified: xwiki-apps/gelc/gelcv1/trunk/gelc/src/main/web/WEB-INF/hibernate.cfg.xml
===================================================================
--- xwiki-apps/gelc/gelcv1/trunk/gelc/src/main/web/WEB-INF/hibernate.cfg.xml	2006-10-25 19:03:21 UTC (rev 1471)
+++ xwiki-apps/gelc/gelcv1/trunk/gelc/src/main/web/WEB-INF/hibernate.cfg.xml	2006-10-25 19:18:01 UTC (rev 1472)
@@ -16,16 +16,8 @@
         <property name="dbcp.ps.maxWait">120000</property>
         <property name="dbcp.ps.maxIdle">20</property>
 
-        <!--
-        <property name="connection.url">jdbc:hsqldb:file:c:/dev/java/xwiki/release/xwikionjetty/db/xwiki_db;shutdown=true;ifexists=true</property>
-        <property name="connection.username">sa</property>
-        <property name="connection.password"></property>
-        <property name="connection.driver_class">org.hsqldb.jdbcDriver</property>
-        <property name="dialect">org.hibernate.dialect.HSQLDialect</property>
-            -->
-
-        <property name="connection.url">jdbc:mysql://localhost/gelc?useServerPrepStmts=false</property>
-        <property name="connection.username">gelc</property>
+        <property name="connection.url">jdbc:mysql://localhost/xwiki</property>
+        <property name="connection.username">xwiki</property>
         <property name="connection.password">gelc</property>
         <property name="connection.driver_class">com.mysql.jdbc.Driver</property>
         <property name="dialect">org.hibernate.dialect.MySQLDialect</property>
@@ -36,5 +28,5 @@
            <property name="jdbc.batch_size">0</property>
         <!-- Mapping files -->
         <mapping resource="xwiki.hbm.xml"/>
-    </session-factory>
+    </session-factory>  
 </hibernate-configuration>





More information about the Xwiki-notifications mailing list