|
|
@ -4,26 +4,6 @@
|
|
|
|
</providers>
|
|
|
|
</providers>
|
|
|
|
|
|
|
|
|
|
|
|
<datasources>
|
|
|
|
<datasources>
|
|
|
|
<datasource>
|
|
|
|
|
|
|
|
<name>WSO2DEVICE_DB</name>
|
|
|
|
|
|
|
|
<description>The datasource used for EMM</description>
|
|
|
|
|
|
|
|
<jndiConfig>
|
|
|
|
|
|
|
|
<name>jdbc/WSO2DEVICE_DB</name>
|
|
|
|
|
|
|
|
</jndiConfig>
|
|
|
|
|
|
|
|
<definition type="RDBMS">
|
|
|
|
|
|
|
|
<configuration>
|
|
|
|
|
|
|
|
<url>jdbc:h2:repository/database/WSO2DEVICE_DB;DB_CLOSE_ON_EXIT=FALSE</url>
|
|
|
|
|
|
|
|
<username>wso2carbon</username>
|
|
|
|
|
|
|
|
<password>wso2carbon</password>
|
|
|
|
|
|
|
|
<driverClassName>org.h2.Driver</driverClassName>
|
|
|
|
|
|
|
|
<maxActive>50</maxActive>
|
|
|
|
|
|
|
|
<maxWait>60000</maxWait>
|
|
|
|
|
|
|
|
<testOnBorrow>true</testOnBorrow>
|
|
|
|
|
|
|
|
<validationQuery>SELECT 1</validationQuery>
|
|
|
|
|
|
|
|
<validationInterval>30000</validationInterval>
|
|
|
|
|
|
|
|
</configuration>
|
|
|
|
|
|
|
|
</definition>
|
|
|
|
|
|
|
|
</datasource>
|
|
|
|
|
|
|
|
<datasource>
|
|
|
|
<datasource>
|
|
|
|
<name>WSO2_CARBON_DB</name>
|
|
|
|
<name>WSO2_CARBON_DB</name>
|
|
|
|
<description>The datasource used for registry and user manager</description>
|
|
|
|
<description>The datasource used for registry and user manager</description>
|
|
|
|