mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Fixing datasouce configurations
This commit is contained in:
parent
3b79c98335
commit
fd374b16a1
@ -18,7 +18,7 @@
|
|||||||
<ManagementRepository>
|
<ManagementRepository>
|
||||||
<DataSourceConfiguration>
|
<DataSourceConfiguration>
|
||||||
<JndiLookupDefinition>
|
<JndiLookupDefinition>
|
||||||
<Name>WSO2DEVICE_DB</Name>
|
<Name>jdbc/WSO2DEVICE_DB</Name>
|
||||||
</JndiLookupDefinition>
|
</JndiLookupDefinition>
|
||||||
</DataSourceConfiguration>
|
</DataSourceConfiguration>
|
||||||
</ManagementRepository>
|
</ManagementRepository>
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user