Oracle® Fusion Middleware Migration Guide for Oracle Application Integration Architecture 11g Release 1 (11.1.1.6.0) Part Number E17361-04 |
|
|
PDF · Mobi · ePub |
This chapter discusses how to migrate new Enterprise Business Service (EBS) definitions you created and added to the EBS Library.
To migrate new EBSs:
Copy the new EBS definition(s) to the respective library folder in <AIA_HOME directory>/AIAMetaData/AIAComponents/EnterpriseBusinessServiceLibrary.
Update the EBS Library in the Oracle Metadata Services (MDS) repository.
Browse to the folder at $AIA_HOME/aia_instances/$INSTANCE_NAME/bin and open the deployment plan file, UpdateMetaDataDP.xml.
Source the file aiaenv.sh:
source aiaenv.sh
Update the file UpdateMetaDataDP.xml, by inserting include tag(s), for each resource group that you want to add to the MDS.
<include name ="AIAComponents/EnterpriseBusinessServiceLibrary/ <respectivefolders>"/>
Browse to AIA_HOME/Infrastructure/Install/scripts. Execute the script UpdateMetaData.xml:
ant -f $AIA_HOME/Infrastructure/Install/AID/AIAInstallDriver.xml -DDeploymentPlan=<path of UpdateMetaDataDP> -DPropertiesFile= $AIA_HOME/aia_instances/<AIA_INSTANCE>/config/ AIAInstallProperties.xml.