Oracle® Fusion Middleware Migration Guide for Oracle Application Integration Architecture 11g Release 1 (11.1.1.5.0) Part Number E17361-03 |
|
|
View PDF |
This chapter discusses how to migrate new Enterprise Business Objects (EBOs) you created and added to the EBO Library.
Copy the new EBO(s) to the respective library folder in <AIA_HOME directory>/AIAMetaData/AIAComponents/EnterpriseObjectLibrary.
Update the EBO 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/EnterpriseObjectLibrary/<respective folders>"/>
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