user manual
Chapter 34: ra-borland.xml 417
DTD
<!ELEMENT cleanup-delta (#PCDATA)>
<!--
The logging-enabled element indicates whether or not the log writer
is set for either the ManagedConnectionFactory or ManagedConnection.
If this element is set to true, output generated from either the
ManagedConnectionFactory or ManagedConnection will be sent to the file
specified by the log-filename element.
This is an optional element.
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)>










