Skip Headers
Oracle® Fusion Middleware Migration Guide for Oracle Application Integration Architecture
11g Release 1 (11.1.1.6.3)

Part Number E17361-08
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

5 Migrating New Enterprise Business Service Definitions

This chapter discusses how to migrate new Enterprise Business Service (EBS) definitions you created and added to the EBS Library.

To migrate new EBSs:

  1. Copy the new EBS definition(s) to the respective library folder in <AIA_HOME directory>/AIAMetaData/AIAComponents/EnterpriseBusinessServiceLibrary.

  2. Update the EBS Library in the Oracle Metadata Services (MDS) repository.

    1. Browse to the folder at $AIA_HOME/aia_instances/$INSTANCE_NAME/bin and open the deployment plan file, UpdateMetaDataDP.xml.

    2. Source the file aiaenv.sh:

      source aiaenv.sh
      
    3. 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>"/>
      
    4. 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.