The HITACHI JavaBeans Resource Property file has the following DOCTYPE declaration:
<!DOCTYPE hitachi-javabeans-resource-property PUBLIC '-//Hitachi, Ltd.//DTD JavaBeans Resource Property 7.0//EN' 'file:///Cosminexus-installation-directory/CC/admin/dtds/hitachi-javabeans-resource-property_7_0.dtd'> |
The HITACHI JavaBeans Resource Property file is an xml file containing the following tags. Note that you can also use the earlier versions of the property file.
Tag name | Occurrence pattern | Description | |||
---|---|---|---|---|---|
<hitachi-javabeans-resource-property> | Once | This is the root tag. | |||
<description> | Zero or once | Describes the JavaBeans resource. | |||
<display-name> | Once | Specifies the display name of the JavaBeans resource. 1 ![]() ![]() To change the value, you can use alphanumeric characters (0 to 9, A to Z, a to z), and the following special characters: Space ( ), exclamation mark (!), hash mark (#), dollar sign ($), percent sign (%), ampersand (&), left parenthesis and right parenthesis (() ()), plus sign (+), hyphen (-), period (.), semicolon (;), less-than sign (<), greater-than sign (>), at mark (@), square brackets ([) (]), yen sign ( ![]() You cannot, however, specify the following names:
| |||
<res-type> | Zero or once | Specifies the resource type. Specify the class name of the JavaBeans resource. You can omit the resource type when the name is the same as <class-name>. | |||
<class-name> | Once | Specifies the implementation class name. Specify the implementation class name of the JavaBeans resource. | |||
<runtime> | Once | -- | |||
<property> | Zero or more times | If the <property> tag is specified multiple times and if the setup value of <property-name> is the same, the tags are merged together. In this case, a warning message (KDJE37600-W) is output and the value of <property-value> of the <property> tag that was defined later is enabled. | |||
<property-name> | Once | Specifies the property name. Specify the set method name and get method name of the JavaBeans resource. | |||
<property-type> | Once | Specifies the types of Java property values. You can specify the following types:
| |||
<property-value> | Zero or once | Specifies the property value. | |||
<resource-env-external-property> | Zero or more times | -- | |||
<description> | Zero or once | Describes the optional name of the resource environment. | |||
<optional-name> | Once | Specifies the optional name of the resource environment. You can use alphanumeric characters (0 to 9, A to Z, a to z) and the following special characters in the value: Space ( ), exclamation mark (!), double quotation mark ("), hash mark (#), dollar sign ($), percent sign (%), ampersand (&), single quotation ('), left parenthesis and right parenthesis (() ()), asterisk (*), plus sign (+), comma (,), hyphen (-), period (.), forward slash (/), colon (:), semicolon (;), less-than sign (<), equal sign (=), greater-than sign (>), question mark (?), at mark (@), square brackets ([) (]), yen sign ( ![]() You cannot, however, specify the following names:
If multiple <resource-external-property> tags are specified within the same resource, and the specified value of <optional-name> configures the lower hierarchy of the specified value of another <optional-name> tag, a warning message (KDJE37602-W) is output.
Optional name 1: AAA ![]() ![]() |