From e1c9856e1e7cf1d45020fd027c32b4b89cf69004 Mon Sep 17 00:00:00 2001 From: Geeth Munasinghe Date: Wed, 10 Dec 2014 18:46:02 +0530 Subject: [PATCH] Adding cdm-datasources.xml --- .../conf/datasources/cdm-datasources.xml | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100755 product/modules/distribution/src/repository/conf/datasources/cdm-datasources.xml diff --git a/product/modules/distribution/src/repository/conf/datasources/cdm-datasources.xml b/product/modules/distribution/src/repository/conf/datasources/cdm-datasources.xml new file mode 100755 index 0000000000..e24759f81b --- /dev/null +++ b/product/modules/distribution/src/repository/conf/datasources/cdm-datasources.xml @@ -0,0 +1,28 @@ + + + org.wso2.carbon.ndatasource.rdbms.RDBMSDataSourceReader + + + + + WSO2DEVICE_DB + The datasource used for EMM + + jdbc/WSO2DEVICE_DB + + + + jdbc:h2:repository/database/WSO2DEVICE_DB;DB_CLOSE_ON_EXIT=FALSE + wso2carbon + wso2carbon + org.h2.Driver + 50 + 60000 + true + SELECT 1 + 30000 + + + + +