Resource Adapter Archive file assembly settings

Use this page to set the resource adapter archive file properties.

File name
Specifies the file name of the Resource Adapter Archive.
Data type String
Display name
Specifies a short name that is intended to be displayed by the GUI.
Data type String
Description
Specifies a description that should include any information that the component file producer wants to provide to the consumer of the component file (that is, to the deployer).
Data type String
EIS type
This helps in identifying EIS instances that can be used with this resource adapter.
Data type String
Vendor name
Specifies a string-based version of the resource adapter from the resource adapter provider.
Data type String
Version
Specifies a string-based version of the resource adapter from the resource adapter provider.
Data type String
Specification
Specifies the version of the connector architecture specification that is supported by this resource adapter.
Data type String
License required
Specifies if a license is or is not required.

Description
If a license is required, this field specifies the licensing requirements for the resource adapter module. For example, duration of license, number of connection restrictions, and so forth.

Data type String
Implementation
The element (managedconnectionfactory class) that specifies the fully qualified name of the Java class that implements the javax.resource.spi.Managed-ConnectionFactory interface.
Data type Class
Interface
The element (credential-interface) that specifies the interface that the resource adapter implementation supports for the representation of the credentials.

The possible values are:

<credential-interface> javax.resource.spi.security.PasswordCredential
</credential-interface>
<credential-interface> javax.resource.spi.security.GenericCredential
</credential-interface>

Data type Class
Implementation
The element (connectionfactory class) that specifies the fully-qualified name of the ConnectionFactory class that implements the resource adapter specific ConnectionFactory interface.
Data type Class
Interface
The element (connection-interface) that specifies the fully-qualified name of the Connection interface supported by the resource adapter.
Data type Class
Implementation
The element (connection class) that specifies the fully-qualified name of the Connection class that implements the resource adapter specific Connection interface.
Data type Class
Support Reauthentication
Specifies whether the resource adpater implementation supports re-authentication of existing ManagedConnection instances.

The values are either True or False.

Data type String
Transaction
Specifies the level of transaction support provided by the resource adapter.

The three possible values are:

Data type String
Small Icon
The image is used as an icon to represent the module in a GUI.

Specifies a JPEG or GIF file containing a small image (16x16 pixels).

Data type Image
Large Icon
The image is used as an icon to represent the module in a GUI.

Specifies a JPEG or GIF file containing a small image (32x32 pixels).

Data type Image
Basic Password
The basic user password authentication mechanism that is specific to an EIS.

Credential Interface
Specifies the interface that the resource adapter implementation supports for the representation of the credentials. For Basic Password the credential value is javax.resource.spi.security.PasswordCredential.
Description
Any information that describes Basic Password selection.

Data type String
Kerboros V5
Specifies a Kerboros version 5 authentication mechanism.

Credential Interface
Specifies the interface that the resource adapter implementation supports for the representation of the credentials. For Kerboros version 5, the credential value is javax.resource.spi.security.GenericCredential.
Description
Any information that describes the Kerboros V5 selection.

Data type String
Property Name
Specifies the name of a configuration property.

The possible values are:

<config-property-name>ServerName</config-property-name>
<config-property-name>PortNumber</config-property-name>
<config-property-name>UserName</config-property-name>
<config-property-name>Password</config-property-name>
<config-property-name>ConnectionURL</config-property-name>

Data type String
Property Type
Contains the fully-qualified Java type of a configuration property as required by the ManagedConnectionFactory instance.
Data type String
Property Value
Contains the value of a configuration entry.
Data type String
Description
Describes the parent element.
Data type String
Permission Specification
Specifies a security permission that is required by the resource adapter code.
Data type String