On the Search tab, click Businesses.

9-10 Oracle Fusion Middleware Upgrade Guide for Oracle SOA Suite, WebCenter, and ADF To use the ANT project: 1. Set the ORACLE_HOME environment variable so it is defined as the path to the Oracle SOA Suite Oracle home. 2. Set the other environment variables that are required by the command-line tool, by running the following script: On UNIX systems: . ORACLE_HOME binsoaversion.sh On Windows systems: ORACLE_HOME \bin\soaversion.cmd 3. Run the Ant project, as follows: ant -f ORACLE_HOMEbinant-sca-upgrade.xml -Dsource sourceDir -Dtarget targetDir -DappName app_name bpel_or_mediator_identifier For examples of using the Oracle SOA Suite Command-Line Upgrade Tool, see Example 9–5 and Example 9–6 . For a description of each command-line argument, see Table 9–2 . 4. After the upgrade is comlpete, run the SCA-Compiler ant-sca-compile.xml which will verify the migrated sources. Because the SCA-Upgrade will not generate complete artifacts in all cases, you will see some errors or warnings from SCA-Compiler with information on how to fix them. Check the SCA Compiler for reference. 5. After you get a clean pass from the SCA-Compiler, use the ant-sca-package.xml tool to package your application. You can then deploy the application using ant-sca-deploy.xml. After deployment, your project will be available to the server for testing. Note, however, that in most cases, you will likely want to open the upgraded project in Oracle JDeveloper 11g. From there, you can easily review, verify, and make any necessary updates to the application projects. For more information, see Section 9.3.7.2, Using the Oracle SOA Suite Command-Line Upgrade Tool with Oracle JDeveloper 11g . Example 9–5 Command-Line Example on the UNIX Operating System ant -f Disk03OracleMiddlewareSOA_homebinant-sca-upgrade.xml -Dsource disk03myProjectsmy_bpel_app -Dtarget disk03my11gProjectsmy_bpel_app -DappName my_bpel_app bpel Example 9–6 Command-Line Example on the Windows Operating System ant -f C:\Oracle\Middleware\SOA_home\bin\ant-sca-upgrade.xml -Dsource C:\myProjectsmy_bpel_app -Dtarget C:\my11gProjectsmy_bpel_app -DappName my_bpel_app bpel