You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2013/09/09 04:30:57 UTC

svn commit: r1520950 - in /openmeetings/branches: 2.0/src/META-INF/mysql_persistence.xml 2.1/ 2.x/

Author: solomax
Date: Mon Sep  9 02:30:57 2013
New Revision: 1520950

URL: http://svn.apache.org/r1520950
Log:
2.1 branch is renamed to be 2.x, going to switch version to be 2.2

Added:
    openmeetings/branches/2.x/
      - copied from r1516687, openmeetings/branches/2.1/
Removed:
    openmeetings/branches/2.1/
Modified:
    openmeetings/branches/2.0/src/META-INF/mysql_persistence.xml

Modified: openmeetings/branches/2.0/src/META-INF/mysql_persistence.xml
URL: http://svn.apache.org/viewvc/openmeetings/branches/2.0/src/META-INF/mysql_persistence.xml?rev=1520950&r1=1520949&r2=1520950&view=diff
==============================================================================
--- openmeetings/branches/2.0/src/META-INF/mysql_persistence.xml (original)
+++ openmeetings/branches/2.0/src/META-INF/mysql_persistence.xml Mon Sep  9 02:30:57 2013
@@ -75,7 +75,7 @@
             <property name="openjpa.ConnectionDriverName" value="org.apache.commons.dbcp.BasicDataSource" />
 			<property name="openjpa.ConnectionProperties"
 				value="DriverClassName=com.mysql.jdbc.Driver
-					, 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
+					, Url=jdbc:mysql://192.168.72.105:3306/openmeetings_20?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