Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (C) 2006-2013 Talend Inc. - www.talend.com -->
<datasources>
<!-- H2 DATASOURCE -->
<datasource name="H2-Default">
<master>
<type>RDBMS</type>
<rdbms-configuration>
<dialect>MySQL</dialect>
<connection-driver-class>com.mysql.jdbc.Driver</connection-driver-class>
<connection-url>jdbc:mysql://localhost:3306/${container}</connection-url>
<connection-username>root</connection-username>
<connection-password>toor</connection-password>
<connection-pool-minsize>5</connection-pool-minsize>
<connection-pool-maxsize>50</connection-pool-maxsize>
<fulltext-index-directory>/tmp/data/indexes/${container}</fulltext-index-directory>
<schema-generation>update</schema-generation>
<properties>
<property name="hibernate.show_sql">false</property>
</properties>
<init>
<database-name>${container}</database-name>
<connection-url>jdbc:mysql://localhost:3306/${container}</connection-url>
<connection-username>root</connection-username>
<connection-password>toor</connection-password>
</init>
</rdbms-configuration>
</master>
<system>
<type>RDBMS</type>
<rdbms-configuration>
<dialect>H2</dialect>
<connection-driver-class>org.h2.Driver</connection-driver-class>
<connection-url>jdbc:h2://C:\Program Files\TOS_MDM_Server/data/H2-Default/TMDM_DB_SYSTEM;DB_CLOSE_ON_EXIT=FALSE</connection-url>
<connection-username>sa</connection-username>
<connection-password>sa</connection-password>
<schema-generation>update</schema-generation>
<properties>
<property name="hibernate.show_sql">false</property>
</properties>
</rdbms-configuration>
</system>
</datasource>
</datasources>
2016-07-27 20:15:05,250 ERROR The Data Cluster XXX does not exist.
2016-07-27 20:15:05,257 INFO Application {}TMDMService#{}getDataCluster has thrown exception, unwinding now: java.rmi.RemoteException: The Data Cluster XXX does not exist.; nested exception is:
com.amalto.core.util.XtentisException: The Data Cluster XXX does not exist.