Revision: 4244
Author:   solomax666
Date:     Thu Sep 15 20:44:42 2011
Log:      - mysql url corrected
http://code.google.com/p/openmeetings/source/detail?r=4244

Modified:
 /trunk/singlewebapp/src/META-INF/persistence.xml

=======================================
--- /trunk/singlewebapp/src/META-INF/persistence.xml Wed Sep 14 13:02:59 2011 +++ /trunk/singlewebapp/src/META-INF/persistence.xml Thu Sep 15 20:44:42 2011
@@ -59,7 +59,7 @@
                <properties>
                                <property name="openjpa.ConnectionProperties"
                                        
value="DriverClassName=com.mysql.jdbc.Driver
- , Url=jdbc:mysql://192.168.115.130:3306/openmeetings?autoReconnect=true&amp;useUnicode=true&amp;createDatabaseIfNotExist=true&amp;characterEncoding=utf-8&amp;connectionCollation=utf8_general_ci&amp;cachePrepStmts=true&amp;cacheCallableStatements=true&amp;cacheServerConfiguration=true&amp;useLocalSessionState=true&amp;elideSetAutoCommits=true&amp;alwaysSendSetIsolation=false&amp;enableQueryTimeouts=false&amp;prepStmtCacheSize=3000&amp;prepStmtCacheSqlLimit=1000 + , Url=jdbc:mysql://localhost:3306/openmeetings?autoReconnect=true&amp;useUnicode=true&amp;createDatabaseIfNotExist=true&amp;characterEncoding=utf-8&amp;connectionCollation=utf8_general_ci&amp;cachePrepStmts=true&amp;cacheCallableStatements=true&amp;cacheServerConfiguration=true&amp;useLocalSessionState=true&amp;elideSetAutoCommits=true&amp;alwaysSendSetIsolation=false&amp;enableQueryTimeouts=false&amp;prepStmtCacheSize=3000&amp;prepStmtCacheSqlLimit=1000
                                                , MaxActive=100
                                                , MaxWait=10000
                                                , TestOnBorrow=true

--
You received this message because you are subscribed to the Google Groups 
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/openmeetings-dev?hl=en.

Reply via email to