Deploy a resource adapter

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 3398

This topic has not yet been written. The content below is from the topic description.
Deploying resource adapters Resource adapters (.rar) are deployed by copying the resource adapter into the deploy/ directory cp example.rar ironjacamar-1.0.0/deploy on a Un*x based system or copy example.rar ironjacamar-1.0.0\deploy on Windows. The resource adapter can configured and activated through a META-INF/ironjacamar.xml file in the archive. The format of the XML document is defined by the ironjacamar_1_0.xsd. A resource adapter can also be configured and activated through deployment of a -ra.xml file in the deploy/ directory - f.ex. deploy/example-ra.xml. The format of the XML document is defined by the resource-adapters_1_0.xsd - f.ex        example.rar                           to bind the connection factory from com.example.ra.MCF under java:/eis/example. See the schema appendix for additional details about the format. Alternative the resource adapter deployments will be picked up by the RAActivator bean which bind a single connection factory under java:/eis/ - f.ex. java:/eis/example and a single admin object under java:/eis/ao/ - f.ex. java:/eis/ao/example.