Additional Changes for Clustered Environments - Service Oriented Architecture
This section describes additional changes needed when deploying Service Oriented Architecture (SOA) components in Clustered Environments.
Refer to the following for additional information:
Configuring Oracle File and FTP Adapters for High Availability in the Oracle JCA Adapter for Files/FTP documentation
Configuring High Availability for SOA Components in the Oracle Fusion Middleware High Availability Guide
1. The following configuration plan templates should be modified to support High Availability:
MDM_LG_AMIEventSubscriber_cfgplan.xml.template
MDM_D8_Common_cfgplan.xml.template
2. Locate each wsdlAndSchema element with a .jca file as its name. Add a searchReplace element to replace "eis/FileAdapter" with "eis/HAFileAdapter" as shown in the following example:
<wsdlAndSchema name="Adapters/SaveDataArrivedToFile_file.jca">
<jca:property name="PhysicalDirectory">
<replace>@DATASUBSCRIBER_OUTPUT_PATH_D8@</replace>
</jca:property>
<searchReplace>
<search>eis/FileAdapter</search>
<replace>eis/HAFileAdapter</replace>
</searchReplace>
</wsdlAndSchema>
 
3. Use initialSetup to regenerate the configuration plans using the CM template(s).
4. Redeploy the appropriate composites using the new configuration plans.