From 8e903a93d194e0969c237e532a321c9e0bc52a18 Mon Sep 17 00:00:00 2001 From: Ofir Sonsino Date: Tue, 17 Oct 2017 17:17:41 +0300 Subject: Switch to MariaDB connector Change-Id: Id1528890cef60da6e1c4ace760550aad8116a40b Issue-ID: VID-83 Signed-off-by: Ofir Sonsino --- vid-app-common/src/test/resources/WEB-INF/conf/quartz.properties | 4 ++-- .../src/test/resources/WEB-INF/conf/system.properties.cml | 8 ++------ 2 files changed, 4 insertions(+), 8 deletions(-) (limited to 'vid-app-common/src/test/resources') diff --git a/vid-app-common/src/test/resources/WEB-INF/conf/quartz.properties b/vid-app-common/src/test/resources/WEB-INF/conf/quartz.properties index 81f2bbc3..bbbb4972 100644 --- a/vid-app-common/src/test/resources/WEB-INF/conf/quartz.properties +++ b/vid-app-common/src/test/resources/WEB-INF/conf/quartz.properties @@ -28,8 +28,8 @@ org.quartz.jobStore.clusterCheckinInterval = 20000 # Configure Datasources #============================================================================ -org.quartz.dataSource.myDS.driver = com.mysql.jdbc.Driver -org.quartz.dataSource.myDS.URL = jdbc:mysql://localhost:3306/vid_portal +org.quartz.dataSource.myDS.driver = org.mariadb.jdbc.Driver +org.quartz.dataSource.myDS.URL = jdbc:mariadb://localhost:3306/vid_openecomp_epsdk org.quartz.dataSource.myDS.user = euser org.quartz.dataSource.myDS.password = euser org.quartz.dataSource.myDS.maxConnections = 5 diff --git a/vid-app-common/src/test/resources/WEB-INF/conf/system.properties.cml b/vid-app-common/src/test/resources/WEB-INF/conf/system.properties.cml index bc4040e6..9c8b03ca 100644 --- a/vid-app-common/src/test/resources/WEB-INF/conf/system.properties.cml +++ b/vid-app-common/src/test/resources/WEB-INF/conf/system.properties.cml @@ -42,15 +42,11 @@ decryption_key = AGLDdG4D04BKm2IxIWEr8o== #hb.dialect=org.hibernate.dialect.PostgreSQLDialect #hb.show_sql=true - db.connectionURL = jdbc:mysql://demeter.homer.att.com:3306/ecomp_sdk_1707_att - db.userName = portal - db.password = P0rt@l - #Mysql -db.driver = com.mysql.jdbc.Driver -#db.connectionURL = jdbc:mysql://localhost:3306/ecomp_sdk +db.driver = org.mariadb.jdbc.Driver +#db.connectionURL = jdbc:mariadb://localhost:3306/vid_openecomp_epsdk #db.userName = ecomp_sdk_user #db.password = ecomp_sdk_pass db.hib.dialect = org.hibernate.dialect.MySQLDialect -- cgit 1.2.3-korg