In the data file, specify a ResourceInstance element in base format.
<ResourceInstance xsi:type="amxdata:ResourceInstance_base"
name="resourceHttpClient" />
If installing either JDBC or JMS resource instances and if you have multiple drivers available, specify the name and version of the driver using the
driverFeaturename and
driverFeatureVersion elements.
<ResourceInstance xsi:type="amxdata:ResourceInstance_base"
name="resourceJDBC_ORA" resourceTemplatename="ora"
driverFeatureName="com.tibco.tpcl.gen.oracle.jdbc.feature"
driverFeatureVersion="11.2.100.001" />
To store this driver version as the default driver in the resource template, use the
setDriverAsDefault option and set it to true. All resource instances created using this resource template will now use this driver.
<ResourceInstance xsi:type="amxdata:ResourceInstance_base"
name="resourceJDBC_ORA" resourceTemplatename="ora"
driverFeatureName="com.tibco.tpcl.gen.oracle.jdbc.feature"
driverFeatureVersion="11.2.100.001"
setDriverAsDefault="true" />