mirror of
https://repository.entgra.net/community/product-iots.git
synced 2025-09-16 23:32:19 +00:00
fixing FireAlarmDM_DB not found
This commit is contained in:
parent
6b02b4efcb
commit
a18d29d202
@ -26,7 +26,7 @@
|
||||
<exclude>**/client-truststore.jks</exclude>
|
||||
<exclude>**/wso2carbon.jks</exclude>
|
||||
<exclude>**/WSO2AM_DB.h2.db</exclude>
|
||||
<exclude>**/ArduinoDM_DB.h2.db</exclude>
|
||||
<exclude>**/ArduinoDM_DB.h2.db</exclude>
|
||||
<exclude>**/WSO2DM_DB.h2.db</exclude>
|
||||
<exclude>**/conf/axis2/axis2_client.xml</exclude>
|
||||
<exclude>**/conf/etc/launch.ini</exclude>
|
||||
@ -606,7 +606,7 @@
|
||||
target/wso2carbon-core-${carbon.kernel.version}/repository/database/FireAlarmDM_DB.h2.db
|
||||
</source>
|
||||
<outputDirectory>${pom.artifactId}-${pom.version}/repository/database</outputDirectory>
|
||||
<destName>ArduinoDM_DB.h2.db</destName>
|
||||
<destName>FireAlarmDM_DB.h2.db</destName>
|
||||
<fileMode>644</fileMode>
|
||||
</file>
|
||||
|
||||
|
||||
@ -102,11 +102,11 @@
|
||||
<name>ArduinoDM_DS</name>
|
||||
<description>The datasource used for API Manager database</description>
|
||||
<jndiConfig>
|
||||
<name>jdbc/ArduinoDM_DB</name>
|
||||
<name>jdbc/FireAlarmDM_DB</name>
|
||||
</jndiConfig>
|
||||
<definition type="RDBMS">
|
||||
<configuration>
|
||||
<url>jdbc:h2:repository/database/ArduinoDM_DB;DB_CLOSE_ON_EXIT=FALSE</url>
|
||||
<url>jdbc:h2:repository/database/FireAlarmDM_DB;DB_CLOSE_ON_EXIT=FALSE</url>
|
||||
<username>wso2carbon</username>
|
||||
<password>wso2carbon</password>
|
||||
<driverClassName>org.h2.Driver</driverClassName>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user