From the Application Navigator, expand OrderBookingComposite, then SOA

Introduction to the SOA Sample Application 3-21

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

sca-build.properties tab open, so you can modify the seed.bam.do parameter to false after deployment.

3. In the editor, perform the following steps for the WebLogicFusionOrderDemo

application:

a. From the Application Navigator, expand bin, and then Resources.

Double-click build.properties. Figure 3–15 provides details. Figure 3–15 Navigating to build.properties b. In the editor, modify the following properties shown in Table 3–7 for the WebLogicFusionOrderDemo application. seed.bam.do true Set to true to seed data objects, alerts, and reports for Oracle BAM. After deployment is done, set this value back to false. If this parameter is set to true after initial deployment and you redeploy at a later time, then the data objects, alerts, and reports reseed. Therefore, after initial deployment, set this parameter to false. bam.server.host The DNS name or IP address of the Managed Server for Oracle BAM. For example: soahost bam.server.port The port of the Managed Server for Oracle BAM. For example: 9001 bam.server.username The Oracle WebLogic Server administrator. For example: weblogic bam.server.password The password of the Oracle WebLogic Server administrator. For example: welcome1 Table 3–6 Cont. Properties Required for Oracle BAM Field Description 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