Use this page to set the resource adapter archive file properties.
- File name
- Specifies the file name of the Resource Adapter Archive.
- Display name
- Specifies a short name that is intended to be displayed by the
GUI.
- 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).
- EIS type
- This helps in identifying EIS instances that can be used with this
resource adapter.
- Vendor name
- Specifies a string-based version of the resource adapter from the
resource adapter provider.
- Version
- Specifies a string-based version of the resource adapter from the
resource adapter provider.
- Specification
- Specifies the version of the connector architecture specification
that is supported by this resource adapter.
- 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.
- Implementation
- The element (managedconnectionfactory class) that specifies the
fully qualified name of the Java class that implements the javax.resource.spi.Managed-ConnectionFactory
interface.
- 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>
- Implementation
- The element (connectionfactory class) that specifies the fully-qualified
name of the ConnectionFactory class that implements the resource adapter specific
ConnectionFactory interface.
- Interface
- The element (connection-interface) that specifies the fully-qualified
name of the Connection interface supported by the resource adapter.
- Implementation
- The element (connection class) that specifies the fully-qualified
name of the Connection class that implements the resource adapter specific
Connection interface.
- Support Reauthentication
- Specifies whether the resource adpater implementation supports
re-authentication of existing ManagedConnection instances.
The values are either True or False.
- Transaction
- Specifies the level of transaction support provided by the resource
adapter.
The three possible values are:
- NoTransaction
- LocalTransaction
- XATransaction
- 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).
- 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).
- 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.
- 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.
- 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>
- Property Type
- Contains the fully-qualified Java type of a configuration property
as required by the ManagedConnectionFactory instance.
- Property Value
- Contains the value of a configuration entry.
- Description
- Describes the parent element.
- Permission Specification
- Specifies a security permission that is required by the resource
adapter code.