|
|
@ -43,26 +43,27 @@
|
|
|
|
</definition>
|
|
|
|
</definition>
|
|
|
|
</datasource>
|
|
|
|
</datasource>
|
|
|
|
|
|
|
|
|
|
|
|
<datasource>
|
|
|
|
<!-- todo remove-->
|
|
|
|
<name>WSO2APPM_DB</name>
|
|
|
|
<!-- <datasource>-->
|
|
|
|
<description>The datasource used for App Manager database</description>
|
|
|
|
<!-- <name>WSO2APPM_DB</name>-->
|
|
|
|
<jndiConfig>
|
|
|
|
<!-- <description>The datasource used for App Manager database</description>-->
|
|
|
|
<name>jdbc/WSO2APPM_DB</name>
|
|
|
|
<!-- <jndiConfig>-->
|
|
|
|
</jndiConfig>
|
|
|
|
<!-- <name>jdbc/WSO2APPM_DB</name>-->
|
|
|
|
<definition type="RDBMS">
|
|
|
|
<!-- </jndiConfig>-->
|
|
|
|
<configuration>
|
|
|
|
<!-- <definition type="RDBMS">-->
|
|
|
|
<url>jdbc:h2:repository/database/WSO2APPM_DB;DB_CLOSE_ON_EXIT=FALSE</url>
|
|
|
|
<!-- <configuration>-->
|
|
|
|
<username>wso2carbon</username>
|
|
|
|
<!-- <url>jdbc:h2:repository/database/WSO2APPM_DB;DB_CLOSE_ON_EXIT=FALSE</url>-->
|
|
|
|
<password>wso2carbon</password>
|
|
|
|
<!-- <username>wso2carbon</username>-->
|
|
|
|
<driverClassName>org.h2.Driver</driverClassName>
|
|
|
|
<!-- <password>wso2carbon</password>-->
|
|
|
|
<maxActive>50</maxActive>
|
|
|
|
<!-- <driverClassName>org.h2.Driver</driverClassName>-->
|
|
|
|
<maxWait>60000</maxWait>
|
|
|
|
<!-- <maxActive>50</maxActive>-->
|
|
|
|
<testOnBorrow>true</testOnBorrow>
|
|
|
|
<!-- <maxWait>60000</maxWait>-->
|
|
|
|
<validationQuery>SELECT 1</validationQuery>
|
|
|
|
<!-- <testOnBorrow>true</testOnBorrow>-->
|
|
|
|
<validationInterval>30000</validationInterval>
|
|
|
|
<!-- <validationQuery>SELECT 1</validationQuery>-->
|
|
|
|
</configuration>
|
|
|
|
<!-- <validationInterval>30000</validationInterval>-->
|
|
|
|
</definition>
|
|
|
|
<!-- </configuration>-->
|
|
|
|
</datasource>
|
|
|
|
<!-- </definition>-->
|
|
|
|
|
|
|
|
<!-- </datasource>-->
|
|
|
|
|
|
|
|
|
|
|
|
<datasource>
|
|
|
|
<datasource>
|
|
|
|
<name>WSO2AM_DB</name>
|
|
|
|
<name>WSO2AM_DB</name>
|
|
|
@ -123,25 +124,26 @@
|
|
|
|
</configuration>
|
|
|
|
</configuration>
|
|
|
|
</definition>
|
|
|
|
</definition>
|
|
|
|
</datasource>
|
|
|
|
</datasource>
|
|
|
|
<datasource>
|
|
|
|
<!-- todo remove-->
|
|
|
|
<name>WSO2_SOCIAL_DB</name>
|
|
|
|
<!-- <datasource>-->
|
|
|
|
<description>The datasource used for Store social database</description>
|
|
|
|
<!-- <name>WSO2_SOCIAL_DB</name>-->
|
|
|
|
<jndiConfig>
|
|
|
|
<!-- <description>The datasource used for Store social database</description>-->
|
|
|
|
<name>jdbc/WSO2_SOCIAL_DB</name>
|
|
|
|
<!-- <jndiConfig>-->
|
|
|
|
</jndiConfig>
|
|
|
|
<!-- <name>jdbc/WSO2_SOCIAL_DB</name>-->
|
|
|
|
<definition type="RDBMS">
|
|
|
|
<!-- </jndiConfig>-->
|
|
|
|
<configuration>
|
|
|
|
<!-- <definition type="RDBMS">-->
|
|
|
|
<url>jdbc:h2:repository/database/WSO2_SOCIAL_DB;DB_CLOSE_ON_EXIT=FALSE</url>
|
|
|
|
<!-- <configuration>-->
|
|
|
|
<username>wso2carbon</username>
|
|
|
|
<!-- <url>jdbc:h2:repository/database/WSO2_SOCIAL_DB;DB_CLOSE_ON_EXIT=FALSE</url>-->
|
|
|
|
<password>wso2carbon</password>
|
|
|
|
<!-- <username>wso2carbon</username>-->
|
|
|
|
<driverClassName>org.h2.Driver</driverClassName>
|
|
|
|
<!-- <password>wso2carbon</password>-->
|
|
|
|
<maxActive>50</maxActive>
|
|
|
|
<!-- <driverClassName>org.h2.Driver</driverClassName>-->
|
|
|
|
<maxWait>60000</maxWait>
|
|
|
|
<!-- <maxActive>50</maxActive>-->
|
|
|
|
<testOnBorrow>true</testOnBorrow>
|
|
|
|
<!-- <maxWait>60000</maxWait>-->
|
|
|
|
<validationQuery>SELECT 1</validationQuery>
|
|
|
|
<!-- <testOnBorrow>true</testOnBorrow>-->
|
|
|
|
<validationInterval>30000</validationInterval>
|
|
|
|
<!-- <validationQuery>SELECT 1</validationQuery>-->
|
|
|
|
</configuration>
|
|
|
|
<!-- <validationInterval>30000</validationInterval>-->
|
|
|
|
</definition>
|
|
|
|
<!-- </configuration>-->
|
|
|
|
</datasource>
|
|
|
|
<!-- </definition>-->
|
|
|
|
|
|
|
|
<!-- </datasource>-->
|
|
|
|
</datasources>
|
|
|
|
</datasources>
|
|
|
|
</datasources-configuration>
|
|
|
|
</datasources-configuration>
|
|
|
|