From 99c693bcaeac0588283613238e20067c432e531f Mon Sep 17 00:00:00 2001 From: ayyoob Date: Wed, 18 May 2016 19:34:07 +0530 Subject: [PATCH] few fixes after testing --- modules/distribution/src/assembly/bin.xml | 1 + .../conf/datasources/master-datasources.xml | 20 ------------------- .../analytics-view.hbs | 2 +- 3 files changed, 2 insertions(+), 21 deletions(-) diff --git a/modules/distribution/src/assembly/bin.xml b/modules/distribution/src/assembly/bin.xml index d7c87f7b..9b7aad69 100644 --- a/modules/distribution/src/assembly/bin.xml +++ b/modules/distribution/src/assembly/bin.xml @@ -244,6 +244,7 @@ **/master-datasources.xml + **/cdm-datasources.xml diff --git a/modules/distribution/src/repository/conf/datasources/master-datasources.xml b/modules/distribution/src/repository/conf/datasources/master-datasources.xml index 379eb715..e28aa690 100755 --- a/modules/distribution/src/repository/conf/datasources/master-datasources.xml +++ b/modules/distribution/src/repository/conf/datasources/master-datasources.xml @@ -84,25 +84,5 @@ - - DM_DS - The datasource used for CDM - - jdbc/DM_DS - - - - jdbc:h2:repository/database/WSO2DM_DB;DB_CLOSE_ON_EXIT=FALSE - wso2carbon - wso2carbon - org.h2.Driver - 50 - 60000 - true - SELECT 1 - 30000 - - - diff --git a/modules/samples/connectedcup/component/ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.connectedcup.analytics-view/analytics-view.hbs b/modules/samples/connectedcup/component/ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.connectedcup.analytics-view/analytics-view.hbs index 2b5c7c8c..d77a8d9a 100644 --- a/modules/samples/connectedcup/component/ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.connectedcup.analytics-view/analytics-view.hbs +++ b/modules/samples/connectedcup/component/ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.connectedcup.analytics-view/analytics-view.hbs @@ -28,5 +28,5 @@ {{#zone "bottomJs"}} - {{js "js/devicetype-graph.js"}} + {{js "js/connectedcup.js"}} {{/zone}}