Click Finish. Task 1: Create a Connection to an Oracle WebLogic Server

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

12. In the Resource Palette, under IDE Connections, expand Application Server to

see the application server connection that you created. Figure 3–7 provides details. Figure 3–7 Resource Palette

3.5.2 Optional Task 2: Create a Connection to the Oracle BAM Server

If you configured an Oracle BAM Server during installation, create a connection to it. To create a connection to an Oracle BAM Server: 1. From the Application Menu, select New. 2. In the New Gallery dialog, in the Categories tree, select General, and then Connections .

3. Select BAM Connection and click OK.

The BAM Connection Wizard displays.

4. Ensure that Application Resources is selected.

5. Provide a name for the connection.

6. Click Next.

7. Enter weblogic for the User Name and the password for that administrator in

the Password field. 8. Enter the connection information about the Oracle BAM Server host described in Table 3–4 . Table 3–4 Oracle BAM Server Connection Information Field Description BAM Web Host Enter the name of the host on which the Oracle BAM Report Server and web applications are installed. In most cases, the Oracle BAM web applications host, Oracle BAM Server host, and the Oracle WebLogic Server are the same. BAM Server Host Enter the name of the host on which the Oracle BAM Server is installed. User Name Enter the Oracle BAM Server user name. For example: weblogic Password Enter the password of the user name. HTTP Port Enter the port number or accept the default value of 9001. This is the HTTP port for the Oracle BAM web applications host. JNDI Port Enter the port number or accept the default value of 9001. The JNDI port is for the Oracle BAM report cache, which is part of the Oracle BAM Server. Introduction to the SOA Sample Application 3-15

9. Click Next.

The Test page displays.

10. Click Test Connection.

The following message should appear: Testing HTTP connection ... success. Testing Data Object browsing ... success. Testing JNDI connection ... success. 3 of 3 tests successful.

11. Click Finish.

3.5.3 Task 3: Install the Schema for the Fusion Order Demo Application

To install the schema for the sample application: 1. Start Oracle JDeveloper 11g, and from the main menu choose File Open. 2. In the Open dialog, browse to DEMO_DOWNLOAD_HOMEInfrastructure and select Infrastructure.jws.

3. Click Open.

4. When prompted to migrate files to the 11.1.1.5.0 format, click Yes. When the

migration is complete, click OK. 5. In the Application Navigator, expand MasterBuildScript and then Resources, and double-click build.properties. 6. In the editor, modify the following properties shown in Table 3–5 for your environment. Use HTTPS Select this checkbox to use secure HTTP HTTPS to connect to the Oracle BAM Server during design time. Otherwise, HTTP is used. Table 3–5 Properties Required to Install the Fusion Order Demo Application Field Description jdeveloper.home The root directory where you have Oracle JDeveloper 11g installed. For example: C:JDeveloper11 jdbc.urlBase The base JDBC URL for your database in the format jdbc:oracle:thin:yourhostname. For example: jdbc:oracle:thin:localhost jdbc.port The port for your database. For example: 1521 jdbc.sid The SID of your database. For example: ORCL or XE db.adminUser The administrative user for your database. For example: system Table 3–4 Cont. Oracle BAM Server Connection Information Field Description