Defines a connector (resource adapter) configuration. Stores configuration information for the resource adapter JavaBean in property subelements.
The following table describes subelements for the resource-adapter-config element.
Table 1–152 resource-adapter-config Subelements| Element | Required | Description | 
|---|---|---|
| zero or more | Specifies a property or a variable. | 
The following table describes attributes for the resource-adapter-config element.
Table 1–153 resource-adapter-config Attributes| Attribute | Default | Description | 
|---|---|---|
| none | (optional) Not used. See resource-adapter-name. | |
| none | (optional) Specifies the id of a thread-pool element. | |
| user | (optional) Defines the type of the resource. Allowed values are: 
 | |
| none | Specifies the name attribute of a deployed connector-module. If the resource adapter is embedded in an application, then it is app_name#rar_name. | 
Properties of the resource-adapter-config element are the names of setter methods of the resourceadapter-class element in the ra.xml file, which defines the class name of the resource adapter JavaBean. Any properties defined here override the default values present in ra.xml.