Modified:
trunk/src/main/resources/hibernate.cfg.xml
Log:
Attempting to fix issue 11. We may not know whether it worked for a while,
since redeploying will create a new connection pool.
Modified: trunk/src/main/resources/hibernate.cfg.xml
==============================================================================
--- trunk/src/main/resources/hibernate.cfg.xml (original)
+++ trunk/src/main/resources/hibernate.cfg.xml Wed Jan 28 16:38:12 2009
@@ -4,7 +4,7 @@
"http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
<hibernate-configuration>
<session-factory>
- <property
name="connection.url">jdbc:mysql://localhost/bigbark</property>
+ <property
name="connection.url">jdbc:mysql://localhost/bigbark?autoReconnect=true</property>
<property
name="connection.driver_class">com.mysql.jdbc.Driver</property>
<property name="connection.username">bigbark</property>
<property name="connection.password">bigbark</property>