0% found this document useful (0 votes)
65 views

Data Source

This document defines several data sources including Relate, Xcenter, StorePrimary, StoreBackup, Local, Replication, and Training. Each data source specifies properties like name, enabled status, strategy, connection details, and ping configuration to test connectivity. The data sources connect to local and remote databases and services using different strategies like JDBC and web services.

Uploaded by

Neha Bhati
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
65 views

Data Source

This document defines several data sources including Relate, Xcenter, StorePrimary, StoreBackup, Local, Replication, and Training. Each data source specifies properties like name, enabled status, strategy, connection details, and ping configuration to test connectivity. The data sources connect to local and remote databases and services using different strategies like JDBC and web services.

Uploaded by

Neha Bhati
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

<?xml version="1.0" encoding="UTF-8"?

>
<DataSourceSet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="DataSourceConfig.xsd">

<DataSource name="Relate" NetworkScope="WAN">


<Enabled dtype="Boolean">false</Enabled>
<Strategy dtype="String">relatePersistenceStrategy</Strategy>
<Ping>
<ClassName dtype="Class">dtv.data2.access.impl.SocketPing</ClassName>
<Property key="Host" value="localhost"/>
<Property key="Port" value="8084"/>
<Property key="Timeout" value="5000"/>
</Ping>
</DataSource>

<DataSource name="Xcenter" NetworkScope="WAN">


<Enabled dtype="Boolean">true</Enabled>
<Strategy dtype="String">servletPersistenceStrategy</Strategy>
<Property key="ConnectionURL" value="http://localhost:8443"/>
<Property key="GetObjectByIdPath" value="/xcenter/dtx/GetById" />
<Property key="GetObjectByQueryPath" value="/xcenter/dtx/GetByQuery" />
<Property key="MakePersistentPath" value="/xcenter/dtx/MakePersistent" />
<Property key="GetConfigPathPath" value="/xcenter/configpath/GetConfigPath" />
<Property key="GetSystemDateTimePath"
value="/xcenter/misc/GetSystemDateTime" />
<Property key="Timeout" value="30000" />
<Property key="ConnectionUserName" value="" />
<Property key="ConnectionPassword" value="" />
<Property key="keystore" value="${dtv.util.net.ssl.keyStore}" />
<Property key="keystorePassword" value="${dtv.keystore.password}" />
<Property key="keyalias" value="xstore" />
<Property key="truststore" value="${dtv.util.net.ssl.trustStore}" />
<Property key="truststorePassword" value="${dtv.keystore.password}" />
<Ping>
<ClassName dtype="Class">dtv.data2.access.impl.SocketPing</ClassName>
<Property key="Host" value="localhost"/>
<Property key="Port" value="8443"/>
<Property key="Timeout" value="1000"/>
</Ping>
</DataSource>

<DataSource name="StorePrimary" NetworkScope="LAN">


<Enabled dtype="Boolean">true</Enabled>
<Strategy dtype="String">jdbcPersistenceStrategy</Strategy>
<Property key="ConnectionFactoryClassName" value="$
{dtv.datasource.connectionfactory}" />
<Property key="ConnectionUserName" value="dtv" />
<Property key="ConnectionPassword" value="dtv" />
<Property key="ConnectionURL"
value="jdbc:oracle:thin:@localhost:1521:xstore17"/>
<Property key="jdbc:SetBigStringTryClob" value="true" />
<Ping>
<ClassName dtype="Class">dtv.data2.access.impl.SocketPing</ClassName>
<Property key="Host" value="localhost"/>
<Property key="Port" value="1521"/>
<Property key="Timeout" value="1000"/>
</Ping>
</DataSource>
<DataSource name="StoreBackup" NetworkScope="LAN">
<Enabled dtype="Boolean">false</Enabled>
<Strategy dtype="String">jdbcPersistenceStrategy</Strategy>
<Property key="ConnectionFactoryClassName" value="$
{dtv.datasource.connectionfactory}" />
<Property key="ConnectionUserName" value="dtv" />
<Property key="ConnectionPassword" value="dtv" />
<Property key="ConnectionURL"
value="jdbc:oracle:thin:@localhost:1521:xstore17"/>
<Property key="jdbc:SetBigStringTryClob" value="true" />
<Ping>
<ClassName dtype="Class">dtv.data2.access.impl.SocketPing</ClassName>
<Property key="Host" value="localhost"/>
<Property key="Port" value="1521"/>
<Property key="Timeout" value="1000"/>
</Ping>
</DataSource>

<DataSource name="Local" NetworkScope="LAN" HighAvailability="true">


<Enabled dtype="Boolean">true</Enabled>
<Strategy dtype="String">jdbcPersistenceStrategy</Strategy>
<Property key="ConnectionFactoryClassName" value="$
{dtv.datasource.connectionfactory}" />
<Property key="ConnectionUserName" value="dtv" />
<Property key="ConnectionPassword" value="dtv" />
<Property key="ConnectionURL"
value="jdbc:oracle:thin:@localhost:1521:xstore17"/>
<Property key="jdbc:SetBigStringTryClob" value="true" />
<Ping>
<ClassName dtype="Class">dtv.data2.access.impl.SocketPing</ClassName>
<Property key="Host" value="localhost"/>
<Property key="Port" value="1521"/>
<Property key="Timeout" value="1000"/>
</Ping>
</DataSource>

<DataSource name="Replication" NetworkScope="LAN" HighAvailability="true">


<Enabled dtype="Boolean">true</Enabled>
<NetworkScope dtype="String">LAN</NetworkScope>
<Strategy dtype="String">jdbcPersistenceStrategy</Strategy>
<Property key="ConnectionFactoryClassName" value="$
{dtv.datasource.connectionfactory}" />
<Property key="ConnectionUserName" value="repqueue" />
<Property key="ConnectionPassword" value="repqueue" />
<Property key="ConnectionURL"
value="jdbc:oracle:thin:@localhost:1521:xstore17"/>
<Property key="jdbc:SetBigStringTryClob" value="true" />
<Ping>
<ClassName dtype="Class">dtv.data2.access.impl.SocketPing</ClassName>
<Property key="Host" value="localhost"/>
<Property key="Port" value="1521"/>
<Property key="Timeout" value="1000"/>
</Ping>
</DataSource>

<DataSource name="Training" NetworkScope="LAN">


<Enabled dtype="Boolean">true</Enabled>
<Strategy dtype="String">jdbcPersistenceStrategy</Strategy>
<Property key="ConnectionFactoryClassName" value="$
{dtv.datasource.connectionfactory}" />
<Property key="ConnectionUserName" value="training" />
<Property key="ConnectionPassword" value="training" />
<Property key="ConnectionURL"
value="jdbc:oracle:thin:@localhost:1521:xstore17"/>
<Property key="jdbc:SetBigStringTryClob" value="true" />
<Ping>
<ClassName dtype="Class">dtv.data2.access.impl.SocketPing</ClassName>
<Property key="Host" value="localhost"/>
<Property key="Port" value="1521"/>
<Property key="Timeout" value="1000"/>
</Ping>
</DataSource>

</DataSourceSet>

You might also like