user manual

Chapter 27: Using VisiConnect 309
The ra-borland.xml deployment descriptor DTD
<prop-type></prop-type>
<prop-value></prop-value>
</property>
<security-map>
<description/>
<user-role></user-role>
and either
<use-caller-identity/>
or
<run-as>
<role-name></role-name>
<role-description/>
</run-as>
</security-map>
</connection-factory>
</connector>
The DTD
<!--
This DTD defines the Borland specific deployment information for defining
a deployable Resource Adapter Connection Factory. It provides for complete
specification of all configurable Connection Factory parameters including
Connection Pool parameters, Security parameters for Resource Role Mapping
and the ability to define values for configuration parameters which exist
in
the ra.xml deployment descriptor.
-->
<!ELEMENT connector (connection-factory)>
<!--
The connection-factory element is the root element of the
Borland specific deployment descriptor for the deployed
resource adapter.
-->
<!ELEMENT connection-factory (factory-name, factory-description?, jndi-
name, ra-link-ref?, ra-libraries?, pool-parameters?, (logging-enabled, log-
file-name)?, property*, security-map*, authorization-domain?)>
<!--
The factory-name element defines that logical name that
will be associated with this specific deployment of the
Resource Adapter and its corresponding Connection Factory.
The value of factory-name can be used in other deployed
Resource Adapters via the ra-link-ref element. This will
allow multiple deployed Connection Factories to utilize a
common deployed Resource Adapter, as well as share
configuration specifications.