| <orion-connector deployment-version="x.x.x"> | |||
|
This file contains the orion-specific configuration for a connector archive. The path to the file is located at ORION_HOME/application-deployments/deploymentName/rarname(.rar)/orion-ra.xml or (rar-root/)META-INF/orion-ra.xml if no deployment-directory is specified in server.xml.
deployment-version - The version that the last deployment took place in. |
|||
| <resource-adapter-deployment location="resource/MyResourceAdapter" name="MyResourceAdapter"> | |||
|
Defines the relative/absolute path to a file containing mime-mappings to use.
location - The JNDI name to bind the adapter to. name - The name of the resource adapter to which the deployment info pertains. |
|||
| <config-property name="myProperty">myValue</config-property> | |||
|
Defines the runtime value of a configuration property of the adapter. The value is the body of the tag.
name - The name of the property. |
|||