user manual
310 BES Developer’s Guide
The ra-borland.xml deployment descriptor DTD
This is a required element.
-->
<!ELEMENT factory-name (#PCDATA)>
<!--
The factory-description element is used to provide text
describing the parent element. The factory-description
element should include any information that the deployer
wants to describe about the deployed Connection Factory.
This is an optional element.
-->
<!ELEMENT factory-description (#PCDATA)>
<!--
The jndi-name element defines the name that will be used to bind the
Connection Factory Object into the JNDI Namespace. Client EJBs and
Servlets will use this same JNDI in their defined Reference Descriptor
elements of the Borland specific deployment descriptors.
This is a required element.
-->
<!ELEMENT jndi-name (#PCDATA)>
<!--
The ra-link-ref element allows for the logical association of
multiple deployed Connection Factories with a single deployed Resource
Adapter. The specification of the optional ra-link-ref element with
a value identifying a separately deployed Connection Factory will
result in this new deployed Connection Factory sharing the
Resource Adapter which had been deployed with the referenced
Connection Factory.
In addition, any values defined in the referred Connection Factories
deployment will be inherited by this newly deployed Connection Factory
unless specified.
This is an optional element.
-->
<!ELEMENT ra-link-ref (#PCDATA)>
<!--
The ra-libraries element identifies the directory location to be
used for all native libraries present in this resource adapter
deployment. As part of deployment processing, all encountered
native libraries will be copied to the location specified.
It is the responsibility of the Administrator to perform the necessary
platform actions such that these libraries will be found at runtime.










