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 2012/09/05 11:52:46 UTC

svn commit: r1381119 - in /incubator/openmeetings/trunk/singlewebapp: backup_22_07_2012_22_38_12.zip backup_26_07_2012_13_59_48.zip backup_31_07_2012_13_33_23.zip rtl.patch rtl_timur_1.9.1.diff src/META-INF/mysql_persistence.xml

Author: solomax
Date: Wed Sep  5 09:52:46 2012
New Revision: 1381119

URL: http://svn.apache.org/viewvc?rev=1381119&view=rev
Log:
Accidentally added files are removed

Removed:
    incubator/openmeetings/trunk/singlewebapp/backup_22_07_2012_22_38_12.zip
    incubator/openmeetings/trunk/singlewebapp/backup_26_07_2012_13_59_48.zip
    incubator/openmeetings/trunk/singlewebapp/backup_31_07_2012_13_33_23.zip
    incubator/openmeetings/trunk/singlewebapp/rtl.patch
    incubator/openmeetings/trunk/singlewebapp/rtl_timur_1.9.1.diff
Modified:
    incubator/openmeetings/trunk/singlewebapp/src/META-INF/mysql_persistence.xml

Modified: incubator/openmeetings/trunk/singlewebapp/src/META-INF/mysql_persistence.xml
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/src/META-INF/mysql_persistence.xml?rev=1381119&r1=1381118&r2=1381119&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/src/META-INF/mysql_persistence.xml (original)
+++ incubator/openmeetings/trunk/singlewebapp/src/META-INF/mysql_persistence.xml Wed Sep  5 09:52:46 2012
@@ -77,7 +77,7 @@
             <property name="openjpa.ConnectionDriverName" value="org.apache.commons.dbcp.BasicDataSource" />
 			<property name="openjpa.ConnectionProperties"
 				value="DriverClassName=com.mysql.jdbc.Driver
-					, Url=jdbc:mysql://192.168.72.105:3306/openmeetings_win?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