付録D.1 Connector属性ファイル

HiRDB,Oracle,およびSQL Serverの場合に分けて,Connector属性ファイルの編集例を示します。

<この項の構成>
(1) Connector属性ファイル(HiRDB)
(2) Connector属性ファイル(Oracle)
(3) Connector属性ファイル(SQL Server)

(1) Connector属性ファイル(HiRDB)

HiRDBを使用している場合のConnector属性ファイルの編集例を示します。指定内容については,「4.6.10(1)(c) Connector属性ファイルの編集」を参照してください。

<?xml version="1.0" encoding="MS932"?>

<!DOCTYPE hitachi-connector-property PUBLIC '-//Hitachi, Ltd.//DTDConnector Property 7.6//EN' 'file:///C:/Program Files/HITACHI/Cosminexus/CC/admin/dtds/hitachi-connector-property_7_6.dtd'>

<hitachi-connector-property>
 <description xml:lang="en"></description>
 <display-name xml:lang="en">DB_Connector_for_XXXXX</display-name>
 <icon xml:lang="en">    <small-icon></small-icon>
   <large-icon></large-icon>
 </icon>
 <vendor-name>Hitachi, Ltd.</vendor-name>
 <spec-version>1.0</spec-version>
 <eis-type>JDBC Database</eis-type>
 <version>07-60_HIRDB_TYPE4_CP</version>
 <resourceadapter>    <outbound-resourceadapter>
     <connection-definition>
       <managedconnectionfactory-class>
           com.hitachi.software.ejb.connector.jdbc.HiRDBType4CPManagedConnectionFactoryImpl
</managedconnectionfactory-class>
       <config-property>
         <description xml:lang="en"></description>
         <config-property-name>description</config-property-name>
         <config-property-type>java.lang.String</config-property-type>
         <config-property-value>22200</config-property-value>
       </config-property>
       <config-property>
         <description xml:lang="en"></description>
         <config-property-name>DBHostName</config-property-name>
         <config-property-type>java.lang.String</config-property-type>
         <config-property-value>XXXXX</config-property-value>
       </config-property>
       <config-property>
         <description xml:lang="en"></description>
         <config-property-name>environmentVariables</config-property-name>
         <config-property-type>java.lang.String</config-property-type>
         <config-property-value></config-property-value>
       </config-property>
       <config-property>
         <description xml:lang="en"></description>
         <config-property-name>loginTimeout</config-property-name>
         <config-property-type>java.lang.Integer</config-property-type>
         <config-property-value>8</config-property-value>
       </config-property>
       <config-property>
         <description xml:lang="en"></description>
         <config-property-name>encodeLang</config-property-name>
         <config-property-type>java.lang.String</config-property-type>
         <config-property-value></config-property-value>
       </config-property>
       <config-property>
         <description xml:lang="en"></description>
         <config-property-name>JDBC_IF_TRC</config-property-name>
         <config-property-type>java.lang.Boolean</config-property-type>
         <config-property-value>false</config-property-value>
       </config-property>
       <config-property>
         <description xml:lang="en"></description>
         <config-property-name>TRC_NO</config-property-name>
         <config-property-type>java.lang.Integer</config-property-type>
         <config-property-value>500</config-property-value>
       </config-property>
       <config-property>
         <description xml:lang="en"></description>
         <config-property-name>uapName</config-property-name>
         <config-property-type>java.lang.String</config-property-type>
         <config-property-value></config-property-value>
       </config-property>
       <config-property>
         <description xml:lang="en"></description>
         <config-property-name>LONGVARBINARY_Access</config-property-name>
         <config-property-type>java.lang.String</config-property-type>
         <config-property-value>LOCATOR</config-property-value>
       </config-property>
       <config-property>
         <description xml:lang="en"></description>
         <config-property-name>SQLInNum</config-property-name>
         <config-property-type>java.lang.Integer</config-property-type>
         <config-property-value>300</config-property-value>
       </config-property>
       <config-property>
         <description xml:lang="en"></description>
         <config-property-name>SQLOutNum</config-property-name>
         <config-property-type>java.lang.Integer</config-property-type>
         <config-property-value>300</config-property-value>
       </config-property>
       <config-property>
         <description xml:lang="en"></description>
         <config-property-name>SQLWarningLevel</config-property-name>
         <config-property-type>java.lang.String</config-property-type>
         <config-property-value>SQLWARN</config-property-value>
       </config-property>
       <config-property>
         <description xml:lang="en"></description>
         <config-property-name>SQLWarningIgnore</config-property-name>
         <config-property-type>java.lang.Boolean</config-property-type>
         <config-property-value>false</config-property-value>
       </config-property>
       <config-property>
         <description xml:lang="en"></description>
         <config-property-name>HiRDBCursorMode</config-property-name>
         <config-property-type>java.lang.Boolean</config-property-type>
         <config-property-value>false</config-property-value>
       </config-property>
       <config-property>
         <description xml:lang="en"></description>
         <config-property-name>maxBinarySize</config-property-name>
         <config-property-type>java.lang.Integer</config-property-type>
         <config-property-value>0</config-property-value>
       </config-property>
       <config-property>
         <description xml:lang="en"></description>
         <config-property-name>LONGVARBINARY_AccessSize</config-property-name>
         <config-property-type>java.lang.Integer</config-property-type>
         <config-property-value>0</config-property-value>
       </config-property>
       <config-property>
         <description xml:lang="en"></description>
         <config-property-name>LONGVARBINARY_TruncError</config-property-name>
         <config-property-type>java.lang.Boolean</config-property-type>
         <config-property-value>true</config-property-value>
       </config-property>
       <config-property>
         <description xml:lang="en"></description>
         <config-property-name>PreparedStatementPoolSize</config-property-name>
         <config-property-type>java.lang.Integer</config-property-type>
         <config-property-value>10</config-property-value>
       </config-property>
       <config-property>
         <description xml:lang="en"></description>
         <config-property-name>CallableStatementPoolSize</config-property-name>
         <config-property-type>java.lang.Integer</config-property-type>
         <config-property-value>10</config-property-value>
       </config-property>
       <config-property>
         <description xml:lang="en"></description>
         <config-property-name>CancelStatement</config-property-name>
         <config-property-type>java.lang.Boolean</config-property-type>
         <config-property-value>true</config-property-value>
       </config-property>
       <config-property>
         <description xml:lang="en"></description>
         <config-property-name>logLevel</config-property-name>
         <config-property-type>java.lang.String</config-property-type>
         <config-property-value>ERROR</config-property-value>
       </config-property>
       <connectionfactory-interface>javax.sql.DataSource</connectionfactory-interface>
       <connectionfactory-impl-class>com.hitachi.software.ejb.connector.jdbc.DataSourceImpl</connectionfactory-impl-class>
       <connection-interface>java.sql.Connection</connection-interface>
       <connection-impl-class>com.hitachi.software.ejb.connector.jdbc.HiRDBType4ConnectionImpl</connection-impl-class>
       <connector-runtime>
         <property>
           <property-name>MaxPoolSize</property-name>
           <property-type>int</property-type>
           <property-value>20</property-value>
           <property-default-value>10</property-default-value>
         </property>
         <property>
           <property-name>MinPoolSize</property-name>
           <property-type>int</property-type>
           <property-value>20</property-value>
           <property-default-value>10</property-default-value>
         </property>
         <property>
           <property-name>LogEnabled</property-name>
           <property-type>boolean</property-type>
           <property-value></property-value>
           <property-default-value>true</property-default-value>
         </property>
         <property>
           <property-name>User</property-name>
           <property-type>String</property-type>
           <property-value>BLC</property-value>
         </property>
         <property>
           <property-name>Password</property-name>
           <property-type>String</property-type>
           <property-value>BLC</property-value>
         </property>
         <property>
           <property-name>ValidationType</property-name>
           <property-type>int</property-type>
           <property-value></property-value>
           <property-default-value>1</property-default-value>
         </property>
         <property>
           <property-name>ValidationInterval</property-name>
           <property-type>int</property-type>
           <property-value></property-value>
           <property-default-value>3600</property-default-value>
         </property>
         <property>
           <property-name>RetryCount</property-name>
           <property-type>int</property-type>
           <property-value></property-value>
           <property-default-value>0</property-default-value>
         </property>
         <property>
           <property-name>RetryInterval</property-name>
           <property-type>int</property-type>
           <property-value></property-value>
           <property-default-value>10</property-default-value>
         </property>
         <property>
           <property-name>RequestQueueEnable</property-name>
           <property-type>boolean</property-type>
           <property-value></property-value>
           <property-default-value>true</property-default-value>
         </property>
         <property>
           <property-name>RequestQueueTimeout</property-name>
           <property-type>int</property-type>
           <property-value></property-value>
           <property-default-value>30</property-default-value>
         </property>
         <property>
           <property-name>ConnectionTimeout</property-name>
           <property-type>int</property-type>
           <property-value></property-value>
           <property-default-value>0</property-default-value>
         </property>
         <property>
           <property-name>SweeperInterval</property-name>
           <property-type>int</property-type>
           <property-value></property-value>
           <property-default-value>0</property-default-value>
         </property>
         <property>
           <property-name>WatchEnabled</property-name>
           <property-type>boolean</property-type>
           <property-value></property-value>
           <property-default-value>true</property-default-value>
         </property>
         <property>
           <property-name>WatchInterval</property-name>
           <property-type>int</property-type>
           <property-value></property-value>
           <property-default-value>30</property-default-value>
         </property>
         <property>
           <property-name>WatchThreshold</property-name>
           <property-type>int</property-type>
           <property-value></property-value>
           <property-default-value>80</property-default-value>
         </property>
         <property>
           <property-name>WatchWriteFileEnabled</property-name>
           <property-type>boolean</property-type>
           <property-value></property-value>
           <property-default-value>true</property-default-value>
         </property>
         <property>
           <property-name>ConnectionPoolAdjustmentInterval</property-name>
           <property-type>int</property-type>
           <property-value></property-value>
           <property-default-value>600</property-default-value>
         </property>
         <property>
           <property-name>Warmup</property-name>
           <property-type>boolean</property-type>
           <property-value></property-value>
           <property-default-value>true</property-default-value>
         </property>
         <property>
           <property-name>NetworkFailureTimeout</property-name>
           <property-type>boolean</property-type>
           <property-value></property-value>
           <property-default-value>true</property-default-value>
         </property>
       </connector-runtime>
     </connection-definition>
     <transaction-support>LocalTransaction</transaction-support>
     <reauthentication-support>false</reauthentication-support>
   </outbound-resourceadapter>
 </resourceadapter></hitachi-connector-property>

(2) Connector属性ファイル(Oracle)

Oracleを使用している場合のConnector属性ファイルの編集例を示します。指定内容については,「4.6.10(2)(c) Connector属性ファイルの編集」を参照してください。

<?xml version="1.0" encoding="MS932"?>

<!DOCTYPE hitachi-connector-property PUBLIC '-//Hitachi, Ltd.//DTD Connector Property 7.6//EN' 'file:///G:/products/Cosmi/CC/admin/dtds/hitachi-connector-property_7_6.dtd'>

<hitachi-connector-property>
 <description xml:lang="en"></description>
 <display-name xml:lang="en">DB_Connector_for_XXXXX</display-name>
 <icon xml:lang="en">
   <small-icon></small-icon>
   <large-icon></large-icon>
 </icon>
 <vendor-name>Hitachi, Ltd.</vendor-name>
 <spec-version>1.0</spec-version>
 <eis-type>JDBC Database</eis-type>
 <version>07-60_Oracle_CP</version>
 <resourceadapter>
   <outbound-resourceadapter>
     <connection-definition>
       <managedconnectionfactory-class>com.hitachi.software.ejb.connector.jdbc.OracleCPManagedConnectionFactoryImpl</managedconnectionfactory-class>
       <config-property>
         <description xml:lang="en"></description>
         <config-property-name>databaseName</config-property-name>
         <config-property-type>java.lang.String</config-property-type>
         <config-property-value>BLCDB</config-property-value>
       </config-property>
       <config-property>
         <description xml:lang="en"></description>
         <config-property-name>serverName</config-property-name>
         <config-property-type>java.lang.String</config-property-type>
         <config-property-value>XXXXX</config-property-value>
       </config-property>
       <config-property>
         <description xml:lang="en"></description>
         <config-property-name>portNumber</config-property-name>
         <config-property-type>java.lang.Integer</config-property-type>
         <config-property-value>1521</config-property-value>
       </config-property>
       <config-property>
         <description xml:lang="en"></description>
         <config-property-name>url</config-property-name>
         <config-property-type>java.lang.String</config-property-type>
         <config-property-value></config-property-value>
       </config-property>
       <config-property>
         <description xml:lang="en"></description>
         <config-property-name>loginTimeout</config-property-name>
         <config-property-type>java.lang.Integer</config-property-type>
         <config-property-value>8000</config-property-value>
       </config-property>
       <config-property>
         <description xml:lang="en"></description>
         <config-property-name>PreparedStatementPoolSize</config-property-name>
         <config-property-type>java.lang.Integer</config-property-type>
         <config-property-value>10</config-property-value>
       </config-property>
       <config-property>
         <description xml:lang="en"></description>
         <config-property-name>CallableStatementPoolSize</config-property-name>
         <config-property-type>java.lang.Integer</config-property-type>
         <config-property-value>10</config-property-value>
       </config-property>
       <config-property>
         <description xml:lang="en"></description>
         <config-property-name>CancelStatement</config-property-name>
         <config-property-type>java.lang.Boolean</config-property-type>
         <config-property-value>true</config-property-value>
       </config-property>
       <config-property>
         <description xml:lang="en"></description>
         <config-property-name>ConnectionIDUpdate</config-property-name>
         <config-property-type>java.lang.Boolean</config-property-type>
         <config-property-value>false</config-property-value>
       </config-property>
       <config-property>
         <description xml:lang="en"></description>
         <config-property-name>logLevel</config-property-name>
         <config-property-type>java.lang.String</config-property-type>
         <config-property-value>ERROR</config-property-value>
       </config-property>
       <connectionfactory-interface>javax.sql.DataSource</connectionfactory-interface>
       <connectionfactory-impl-class>com.hitachi.software.ejb.connector.jdbc.DataSourceImpl</connectionfactory-impl-class>
       <connection-interface>java.sql.Connection</connection-interface>
       <connection-impl-class>com.hitachi.software.ejb.connector.jdbc.ConnectionImpl</connection-impl-class>
       <connector-runtime>
         <property>
           <property-name>MaxPoolSize</property-name>
           <property-type>int</property-type>
           <property-value>20</property-value>
           <property-default-value>10</property-default-value>
         </property>
         <property>
           <property-name>MinPoolSize</property-name>
           <property-type>int</property-type>
           <property-value>20</property-value>
           <property-default-value>10</property-default-value>
         </property>
         <property>
           <property-name>LogEnabled</property-name>
           <property-type>boolean</property-type>
           <property-value></property-value>
           <property-default-value>true</property-default-value>
         </property>
         <property>
           <property-name>User</property-name>
           <property-type>String</property-type>
           <property-value>BLC</property-value>
         </property>
         <property>
           <property-name>Password</property-name>
           <property-type>String</property-type>
           <property-value>BLC</property-value>
         </property>
         <property>
           <property-name>ValidationType</property-name>
           <property-type>int</property-type>
           <property-value></property-value>
           <property-default-value>1</property-default-value>
         </property>
         <property>
           <property-name>ValidationInterval</property-name>
           <property-type>int</property-type>
           <property-value></property-value>
           <property-default-value>3600</property-default-value>
         </property>
         <property>
           <property-name>RetryCount</property-name>
           <property-type>int</property-type>
           <property-value></property-value>
           <property-default-value>0</property-default-value>
         </property>
         <property>
           <property-name>RetryInterval</property-name>
           <property-type>int</property-type>
           <property-value></property-value>
           <property-default-value>10</property-default-value>
         </property>
         <property>
           <property-name>RequestQueueEnable</property-name>
           <property-type>boolean</property-type>
           <property-value></property-value>
           <property-default-value>true</property-default-value>
         </property>
         <property>
           <property-name>RequestQueueTimeout</property-name>
           <property-type>int</property-type>
           <property-value></property-value>
           <property-default-value>30</property-default-value>
         </property>
         <property>
           <property-name>ConnectionTimeout</property-name>
           <property-type>int</property-type>
           <property-value></property-value>
           <property-default-value>0</property-default-value>
         </property>
         <property>
           <property-name>SweeperInterval</property-name>
           <property-type>int</property-type>
           <property-value></property-value>
           <property-default-value>0</property-default-value>
         </property>
         <property>
           <property-name>WatchEnabled</property-name>
           <property-type>boolean</property-type>
           <property-value></property-value>
           <property-default-value>true</property-default-value>
         </property>
         <property>
           <property-name>WatchInterval</property-name>
           <property-type>int</property-type>
           <property-value></property-value>
           <property-default-value>30</property-default-value>
         </property>
         <property>
           <property-name>WatchThreshold</property-name>
           <property-type>int</property-type>
           <property-value></property-value>
           <property-default-value>80</property-default-value>
         </property>
         <property>
           <property-name>WatchWriteFileEnabled</property-name>
           <property-type>boolean</property-type>
           <property-value></property-value>
           <property-default-value>true</property-default-value>
         </property>
         <property>
           <property-name>ConnectionPoolAdjustmentInterval</property-name>
           <property-type>int</property-type>
           <property-value></property-value>
           <property-default-value>600</property-default-value>
         </property>
         <property>
           <property-name>Warmup</property-name>
           <property-type>boolean</property-type>
           <property-value></property-value>
           <property-default-value>true</property-default-value>
         </property>
         <property>
           <property-name>NetworkFailureTimeout</property-name>
           <property-type>boolean</property-type>
           <property-value></property-value>
           <property-default-value>true</property-default-value>
         </property>
       </connector-runtime>
     </connection-definition>
     <transaction-support>LocalTransaction</transaction-support>
     <reauthentication-support>false</reauthentication-support>
   </outbound-resourceadapter>
 </resourceadapter>
</hitachi-connector-property>

(3) Connector属性ファイル(SQL Server)

SQL Serverを使用している場合のConnector属性ファイルの編集例を示します。指定内容については,「4.6.10(3)(c) Connector属性ファイルの編集」を参照してください。

<?xml version="1.0" encoding="MS932"?>

<!DOCTYPE hitachi-connector-property PUBLIC '-//Hitachi, Ltd.//DTD Connector Property 7.6//EN' 'file:///G:/products/Cosmi/CC/admin/dtds/hitachi-connector-property_7_6.dtd'>

<hitachi-connector-property>
 <description xml:lang="en"></description>
 <display-name xml:lang="en">DB_Connector_for_XXXXX</display-name>
 <icon xml:lang="en">
   <small-icon></small-icon>
   <large-icon></large-icon>
 </icon>
 <vendor-name>Hitachi, Ltd.</vendor-name>
 <spec-version>1.0</spec-version>
 <eis-type>JDBC Database</eis-type>
 <version>07-60_SQLServer2005_CP</version>
 <resourceadapter>
   <outbound-resourceadapter>
     <connection-definition>
       <managedconnectionfactory-class>com.hitachi.software.ejb.connector.jdbc.SQLServer2005CPManagedConnectionFactoryImpl</managedconnectionfactory-class>
       <config-property>
         <description xml:lang="en"></description>
         <config-property-name>databaseName</config-property-name>
         <config-property-type>java.lang.String</config-property-type>
         <config-property-value>BLCDB</config-property-value>
       </config-property>
       <config-property>
         <description xml:lang="en"></description>
         <config-property-name>serverName</config-property-name>
         <config-property-type>java.lang.String</config-property-type>
         <config-property-value>XXXXX</config-property-value>
       </config-property>
       <config-property>
         <description xml:lang="en"></description>
         <config-property-name>applicationName</config-property-name>
         <config-property-type>java.lang.String</config-property-type>
         <config-property-value></config-property-value>
       </config-property>
       <config-property>
         <description xml:lang="en"></description>
         <config-property-name>instanceName</config-property-name>
         <config-property-type>java.lang.String</config-property-type>
         <config-property-value></config-property-value>
       </config-property>
       <config-property>
         <description xml:lang="en"></description>
         <config-property-name>lastUpdateCount</config-property-name>
         <config-property-type>java.lang.Boolean</config-property-type>
         <config-property-value>true</config-property-value>
       </config-property>
       <config-property>
         <description xml:lang="en"></description>
         <config-property-name>lockTimeout</config-property-name>
         <config-property-type>java.lang.Integer</config-property-type>
         <config-property-value>-1</config-property-value>
       </config-property>
       <config-property>
         <description xml:lang="en"></description>
         <config-property-name>loginTimeout</config-property-name>
         <config-property-type>java.lang.Integer</config-property-type>
         <config-property-value>8</config-property-value>
       </config-property>
       <config-property>
         <description xml:lang="en"></description>
         <config-property-name>portNumber</config-property-name>
         <config-property-type>java.lang.Integer</config-property-type>
         <config-property-value>1433</config-property-value>
       </config-property>
       <config-property>
         <description xml:lang="en"></description>
         <config-property-name>selectMethod</config-property-name>
         <config-property-type>java.lang.String</config-property-type>
         <config-property-value>cursor</config-property-value>
       </config-property>
       <config-property>
         <description xml:lang="en"></description>
         <config-property-name>sendStringParametersAsUnicode</config-property-name>
         <config-property-type>java.lang.Boolean</config-property-type>
         <config-property-value>true</config-property-value>
       </config-property>
       <config-property>
         <description xml:lang="en"></description>
         <config-property-name>workstationID</config-property-name>
         <config-property-type>java.lang.String</config-property-type>
         <config-property-value></config-property-value>
       </config-property>
       <config-property>
         <description xml:lang="en"></description>
         <config-property-name>xopenStates</config-property-name>
         <config-property-type>java.lang.Boolean</config-property-type>
         <config-property-value>false</config-property-value>
       </config-property>
       <config-property>
         <description xml:lang="en"></description>
         <config-property-name>failoverPartner</config-property-name>
         <config-property-type>java.lang.String</config-property-type>
         <config-property-value></config-property-value>
       </config-property>
       <config-property>
         <description xml:lang="en"></description>
         <config-property-name>integratedSecurity</config-property-name>
         <config-property-type>java.lang.Boolean</config-property-type>
         <config-property-value>false</config-property-value>
       </config-property>
       <config-property>
         <description xml:lang="en"></description>
         <config-property-name>packetSize</config-property-name>
         <config-property-type>java.lang.Integer</config-property-type>
         <config-property-value>4096</config-property-value>
       </config-property>
       <config-property>
         <description xml:lang="en"></description>
         <config-property-name>PreparedStatementPoolSize</config-property-name>
         <config-property-type>java.lang.Integer</config-property-type>
         <config-property-value>10</config-property-value>
       </config-property>
       <config-property>
         <description xml:lang="en"></description>
         <config-property-name>CallableStatementPoolSize</config-property-name>
         <config-property-type>java.lang.Integer</config-property-type>
         <config-property-value>10</config-property-value>
       </config-property>
       <config-property>
         <description xml:lang="en"></description>
         <config-property-name>CancelStatement</config-property-name>
         <config-property-type>java.lang.Boolean</config-property-type>
         <config-property-value>true</config-property-value>
       </config-property>
       <config-property>
         <description xml:lang="en"></description>
         <config-property-name>logLevel</config-property-name>
         <config-property-type>java.lang.String</config-property-type>
         <config-property-value>ERROR</config-property-value>
       </config-property>
       <connectionfactory-interface>javax.sql.DataSource</connectionfactory-interface>
       <connectionfactory-impl-class>com.hitachi.software.ejb.connector.jdbc.DataSourceImpl</connectionfactory-impl-class>
       <connection-interface>java.sql.Connection</connection-interface>
       <connection-impl-class>com.hitachi.software.ejb.connector.jdbc.ConnectionImpl</connection-impl-class>
       <connector-runtime>
         <property>
           <property-name>MaxPoolSize</property-name>
           <property-type>int</property-type>
           <property-value>20</property-value>
           <property-default-value>10</property-default-value>
         </property>
         <property>
           <property-name>MinPoolSize</property-name>
           <property-type>int</property-type>
           <property-value>20</property-value>
           <property-default-value>10</property-default-value>
         </property>
         <property>
           <property-name>LogEnabled</property-name>
           <property-type>boolean</property-type>
           <property-value></property-value>
           <property-default-value>true</property-default-value>
         </property>
         <property>
           <property-name>User</property-name>
           <property-type>String</property-type>
           <property-value>BLC</property-value>
         </property>
         <property>
           <property-name>Password</property-name>
           <property-type>String</property-type>
           <property-value>BLC</property-value>
         </property>
         <property>
           <property-name>ValidationType</property-name>
           <property-type>int</property-type>
           <property-value>0</property-value>
           <property-default-value>1</property-default-value>
         </property>
         <property>
           <property-name>ValidationInterval</property-name>
           <property-type>int</property-type>
           <property-value></property-value>
           <property-default-value>3600</property-default-value>
         </property>
         <property>
           <property-name>RetryCount</property-name>
           <property-type>int</property-type>
           <property-value></property-value>
           <property-default-value>0</property-default-value>
         </property>
         <property>
           <property-name>RetryInterval</property-name>
           <property-type>int</property-type>
           <property-value></property-value>
           <property-default-value>10</property-default-value>
         </property>
         <property>
           <property-name>RequestQueueEnable</property-name>
           <property-type>boolean</property-type>
           <property-value></property-value>
           <property-default-value>true</property-default-value>
         </property>
         <property>
           <property-name>RequestQueueTimeout</property-name>
           <property-type>int</property-type>
           <property-value></property-value>
           <property-default-value>30</property-default-value>
         </property>
         <property>
           <property-name>ConnectionTimeout</property-name>
           <property-type>int</property-type>
           <property-value></property-value>
           <property-default-value>0</property-default-value>
         </property>
         <property>
           <property-name>SweeperInterval</property-name>
           <property-type>int</property-type>
           <property-value></property-value>
           <property-default-value>0</property-default-value>
         </property>
         <property>
           <property-name>WatchEnabled</property-name>
           <property-type>boolean</property-type>
           <property-value></property-value>
           <property-default-value>true</property-default-value>
         </property>
         <property>
           <property-name>WatchInterval</property-name>
           <property-type>int</property-type>
           <property-value></property-value>
           <property-default-value>30</property-default-value>
         </property>
         <property>
           <property-name>WatchThreshold</property-name>
           <property-type>int</property-type>
           <property-value></property-value>
           <property-default-value>80</property-default-value>
         </property>
         <property>
           <property-name>WatchWriteFileEnabled</property-name>
           <property-type>boolean</property-type>
           <property-value></property-value>
           <property-default-value>true</property-default-value>
         </property>
         <property>
           <property-name>ConnectionPoolAdjustmentInterval</property-name>
           <property-type>int</property-type>
           <property-value></property-value>
           <property-default-value>600</property-default-value>
         </property>
         <property>
           <property-name>Warmup</property-name>
           <property-type>boolean</property-type>
           <property-value></property-value>
           <property-default-value>true</property-default-value>
         </property>
         <property>
           <property-name>NetworkFailureTimeout</property-name>
           <property-type>boolean</property-type>
           <property-value></property-value>
           <property-default-value>true</property-default-value>
         </property>
       </connector-runtime>
     </connection-definition>
     <transaction-support>LocalTransaction</transaction-support>
     <reauthentication-support>false</reauthentication-support>
   </outbound-resourceadapter>
 </resourceadapter>
</hitachi-connector-property>