In the Edit Business Components Configuration dialog, select the Properties tab Change the value of the fod.application.issoaenabled property to true, and then

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

9. Click OK.

10. In the Manage Configurations dialog, click OK.

3.5.5 Task 5: Edit the Database Connection

Edit the database connection details to point to the correct host name and database SID.

1. In the Application Navigator, expand StoreFrontService Application Sources.

2. Double-click StoreFrontService.jpx.

3. To the right of the Connection field, click the Edit icon, as shown in

Figure 3–11 . Figure 3–11 Connection 4. Edit the connect string for the FOD database connection by replacing the values in the Host Name and SID fields with the correct host and SID. Figure 3–12 provides details. Figure 3–12 Host Name and SID Fields Modifications Introduction to the SOA Sample Application 3-19

3.5.6 Task 6: Deploy the Store Front Module

To deploy the Store Front module, you first deploy services and then to deploy the application itself. During deployment, Oracle JDeveloper creates the .jar and .war files and then assembles the .ear file, as specified in the deployment profiles. After the file is assembled, Oracle JDeveloper deploys the .ear file and unpacks it in a directory on the application server. The directory that is used is dependent on the target environment. To deploy the Store Front module: 1. Deploy the services used by the Store Front module to send orders to the OrderBookingComposite composite.

a. From the Application menu, choose Deploy StoreFrontModule_

SDOServices . Figure 3–13 provides details. Figure 3–13 StoreFrontService_SDOServices b. In the Deployment Action page of the Deploy StoreFrontService_SDOServices dialog, select Deploy to Application Server, and then click Next.

c. In the Select Server page, select MyAppServerConnection.You created this

connection in Section 3.5.1, Task 1: Create a Connection to an Oracle WebLogic Server.

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 OK.

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 deployment was successful.

2. Deploy the Store Front module. From the Application menu, select Deploy

StoreFrontModule to MyAppServerConnection.

a. From the Application menu, choose Deploy StoreFrontModule.