In the Summary page, click Finish. From the Application menu, choose Deploy StoreFrontModule.

3-20 Oracle Fusion Middleware Developers Guide for Oracle SOA Suite b. In the Deployment Action page of the Deploy StoreFrontModule dialog, select Deploy to Application Server , and then click Next. c. In the Select Server page, select MyAppServerConnection. d. Deselect option Deploy to all server instances in the domain, and then click Next . e. In the Server Instances page, select the Managed Server for the Oracle WebLogic Server, such as soa_server, and click Next.

f. In the Summary page, click Finish.

g. View the messages that display in the Deployment log window at the bottom of Oracle JDeveloper to ensure that deployment was successful.

3.5.7 Task 7: Deploy the WebLogic Fusion Order Demo Application

In this task, you deploy the WebLogic Fusion Order Demo application to an Oracle SOA Suite installation, containing an Oracle WebLogic Server domain with an Administration Server and a Managed Server. To deploy the WebLogic Fusion Order Demo application: 1. In the Application Navigator, select WebLogicFusionOrderDemo. 2. If you configured an Oracle BAM server during installation, perform the following steps:

a. From the Application Navigator, expand OrderBookingComposite, then SOA

Content , and then bin. Double-click sca-build.properties. Figure 3–14 provides details. Figure 3–14 Navigating to sca-build.properties b. In the editor, modify the following properties shown in Table 3–6 for the Oracle BAM environment. Table 3–6 Properties Required for Oracle BAM Field Description enable.bam.sensors true Set to true to enable sensors for Oracle BAM. 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