4.1.4 Defining the configuration properties of the ResourceAdapter instance

This subsection describes the details of the configuration properties of the ResourceAdapter instance in the HITACHI Connector Property File with reference to each tag.

Note that the tag details are described in the order mentioned in 4.1.1 Specifications of the HITACHI Connector Property file.

Organization of this subsection
(1) <config-property>
(2) <description>
(3) <config-property-name>
(4) <config-property-type>
(5) <config-property-value>

(1) <config-property>

Description
This tag defines the configuration properties of the ResourceAdapter instance.
You can specify this tag only for resource adapters conforming to Connector 1.5 specifications.
Specifiable value
--
Tag omission
You can omit this tag.
Value omission
You cannot omit the value of this tag.

(2) <description>

Description
This tag describes the configuration property.
Specifiable value
There are no limitations for the input value.
Tag omission
You can omit this tag.
Value omission
You can omit the value of this tag.

(3) <config-property-name>

Description
This tag specifies the name of the configuration property.
Specifiable value
You cannot specify a duplicate name.
For details on the TP1 inbound adapter settings, see 4.1.11 Properties that you can specify in the <config-property> tag set up for TP1 inbound adapter.
For details on the resource adapter settings of Cosminexus JMS provider, see 4.1.12 Properties that you can specify in the <config-property> tag set up for resource adapters of Cosminexus JMS provider.
Tag omission
You cannot omit this tag.
Value omission
You cannot omit the value of this tag.

(4) <config-property-type>

Description
This tag specifies the Java type of the configuration property requested by ResourceAdapter.
Specifiable value
Specify any one of the following:
  • java.lang.Boolean
  • java.lang.String
  • java.lang.Integer
  • java.lang.Double
  • java.lang.Byte
  • java.lang.Short
  • java.lang.Long
  • java.lang.Float
  • java.lang.Character
Tag omission
You cannot omit this tag.
Value omission
You cannot omit the value of this tag.

(5) <config-property-value>

Description
This tag specifies the configuration property value.
When the <config-property-value> tag is not specified, the information about that property is not changed. The already set up information is retained as is. When the <config-property-value> tag is specified, and if no value is specified, a blank is set in the information of that property.
When the <config-property-value> tag is specified, and a value is also specified, the specified value is set in the property.
Specifiable value
There are no limitations for the input value.
Tag omission
You can omit this tag.
Value omission
You can omit the value of this tag.