Custom property settings
To specify the attributes of custom properties that might be required for resource providers and resource factories.
According to the resource type with which a property collection is associated, the ability to modify individual property settings varies. Therefore, consider the following descriptions as a general reference for custom property settings. (The admin console page that we are using to configure the custom property may only allow us to modify a subset of the following settings.)
The following list displays three custom properties that are deprecated in WAS Version 6.10. WAS ND v7.0 now offers these properties as pre-configured options, which are the replacement properties in the following list. To avoid runtime error messages, permanently disable the original custom properties by deleting them from the table on this admin console page.
- validateNewConnection -- replaced by Pretest new connection
- validateNewConnectionRetryCount -- replaced by Number of retries
- validateNewConnectionRetryInterval -- replaced by Retry interval
To set the replacement properties, click Data sources > data_source > WAS data source properties in the admin console.depfeat
- Required
Specifies properties that are required for this resource.
Data type Check box
- Name
Name associated with this property (PortNumber, ConnectionURL, etc).
Data type String
- Value
Value associated with this property in this property set.
Data type Determined by the Type setting, which you select from a drop-down list. If the type is java.lang.String then the value is of type String; if the type is java.lang.Integer, then the value is of type Integer; and so on.
- Description
Specifies text to describe any bounds or well-defined values for this property.
Data type String
- Type
Fully qualified Java ™ data type of this property .
There are specific types that are valid:
- java.lang.Boolean
- java.lang.String
- java.lang.Integer
- java.lang.Double
- java.lang.Byte
- java.lang.Short
- java.lang.Long
- java.lang.Float
Data type Drop-down list
Related concepts
JDBC providers
Data sources
Java Mail API
Relational resource adapters and JCA
Related tasks
Set a data source
Related
URLs