[orblogs commit] r88 - trunk/src/main/resources

0 views
Skip to first unread message

codesite...@google.com

unread,
Jan 28, 2009, 7:44:10 PM1/28/09
to orb...@googlegroups.com
Author: waj...@gmail.com
Date: Wed Jan 28 16:38:12 2009
New Revision: 88

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>

Reply all
Reply to author
Forward
0 new messages