user manual
Chapter 27: Using VisiConnect 313
The ra-borland.xml deployment descriptor DTD
Failure to specify this value will result in VisiConnect using its
defined default value.
Value Range: true|false
Default Value: false
-->
<!ELEMENT logging-enabled (#PCDATA)>
<!--
The log-file-name element specifies the name of the log file which output
generated from either the ManagedConnectionFactory or a ManagedConnection
are sent.
The full address of the file name is required.
This is an optional element.
-->
<!ELEMENT log-file-name (#PCDATA)>
<!--
Each property element identifies a configuration property
name, type and value that corresponds to an ra.xml entry
element with the corresponding property-name.
At deployment time, all values present in a property
specification will be set on the ManagedConnectionFactory.
Values specified via a property will supersede any default
value that may have been specified in the corresponding ra.xml
config-property element.
This is an optional element.
-->
<!ELEMENT property (prop-name, prop-type, prop-value)>
<!ELEMENT prop-name (#PCDATA)>
<!ELEMENT prop-type (#PCDATA)>
<!ELEMENT prop-value (#PCDATA)>
<!--
The security-map element specifies whwhether the caller's security identity
is to be used for the execution of the methods of the enterprise bean
or whether a specific run-as identity is to be used. It contains an
optional description and a specification of the security identity to
be used.
Each security-map element provides a mechanism to define appropriate
Resource Role values for Resource Adapter/EIS authorization processing,
through the use of the run-as element.










