4.1.4 Defining the configuration properties of the ResourceAdapter instance
(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>
(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.