From the Oracle JDeveloper main menu, choose File Save All. Keep the

3-22 Oracle Fusion Middleware Developers Guide for Oracle SOA Suite

4. From the JDeveloper main menu, choose File Save All.

5. In the Application Navigator, under the Resources node, right-click build.xml and

choose Run Ant Target and select the following ant targets in the specified sequential order shown in Table 3–8 . Table 3–7 Properties Required for the WebLogic Fusion Order Demo Application Field Description oracle.home The root directory in which you have Oracle JDeveloper 11g installed. For example: C:\\Oracle\\Middleware\\jdeveloper\\ soa.only.deployment false You set this property to true if you are using the OrderSDOComposite composite to place orders. This guide assumes you are using the Store Front Module to place orders. Therefore, you must modify this property to false. admin.server.host The DNS name or IP address of the Administration Server for Oracle SOA Suite for hosting applications. For example: soahost admin.server.port The port of the Administration Server. For example: 8001 managed.server The DNS name or IP address of the Managed Server for Oracle SOA Suite for hosting applications. For example: soahost managed.server.port The port of the Managed Server for Oracle SOA Suite for hosting applications. For example: 8001 server.user The Oracle WebLogic Server administrator. For example: weblogic server.password The password of the Oracle WebLogic Server administrator. For example: welcome1 server.targets The name of the Managed Server. For example: soa_server soa.server.oracle.home The location of where to store the deployment plans for the adapters. For example: C:\\AS11gR1SOA foreign.mds.type The location of the Oracle Metadata Repository. Leave the value to db and supply values for the mds.db.userid, mds.db.password, and mds.db.url parameters to specify the location of the MDS Repository. Set the value to leave the default value to jdev. You do not have to specify the values for the following parameters: soa.partition.name The partition in which to deploy the composites. For example: soaFusionOrderDemo