Administration Console Online Help

 Previous Next Contents Index  

 


Config Property --> Configuration

Tasks     Additional Documentation     Attributes

Overview

Each map-config-property element identifies a configuration property name and value that corresponds to an ra.xml config-entry element with the corresponding config-property-name.

At deployment time, all values present in a map-config-property specification will be set on the ManagedConnectionFactory.

Values specified through a map-config-property supersede any default value that may have been specified in the corresponding ra.xml config-entry element.

Use the Config Property > Configuration tab to configure the map-config-property element.

Tasks

Editing Connector Deployment Descriptors

Additional Documentation

(Requires an Internet connection.)

See "weblogic-ra.xml Deployment Descriptor Elements" in Programming the WebLogic J2EE Connector Architecture.

Attributes

Attribute Label

Description

Value Constraints

Description

Provide text that describes the parent element.

Attribute: Description

Configurable: yes

Readable: yes

Writable: yes

Config Property Name

Provide the name of the configuration property.

Attribute: ConfigPropertyName

Configurable: yes

Readable: yes

Writable: yes

Config Property Type

Provide the fully qualified Java type of a configuration property as required by ManagedConnection- Factory instance. The following are the legal values of config-property-type: java.lang.Boolean, java.lang.String, java.lang.Integer, java.lang.Double, java.lang.Byte, java.lang.Short, java.lang.Long, java.lang.Float, java.lang.Character

Attribute: ConfigPropertyType

Configurable: yes

Readable: yes

Writable: yes

Config Property Value

Provide the value of a configuration entry.

Attribute: ConfigPropertyValue

Configurable: yes

Readable: yes

Writable: yes



 

Back to Top Previous Next