Skip Headers
Oracle® SOA Suite Developer's Guide
10g (10.1.3.1.0)

Part Number B28764-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

13.7 Managing BPEL Domains

BPEL processes (specifically, the suitcase JAR file) are deployed to domains. A BPEL domain allows a developer or administrator to partition a single instance of Oracle BPEL Process Manager into multiple virtual BPEL sections. A BPEL domain is identified by an ID and protected by a password. When Oracle BPEL Process Manager is installed, an initial domain named default is created. The initial password for accessing the default domain or any domain you create is the same as that specified for the oc4jadmin user during installation.

Here are some examples of how to use BPEL domains:

13.7.1 How to Create BPEL Domains

The Oracle BPEL Control window includes the Domain list to display a list of available domains (in the upper right corner), as shown in Figure 13-8.

Figure 13-8 Oracle BPEL Control: List of Domains

Description of Figure 13-8 follows
Description of "Figure 13-8 Oracle BPEL Control: List of Domains"

The domain that you are currently logged in to is always displayed.

You can create additional BPEL domains using Oracle BPEL Admin Console. The domains you create are then listed in Oracle BPEL Control.

To create BPEL domains:

  1. On the Oracle BPEL Control login page, select Go to BPEL Admin.

  2. Log in using the oc4jadmin username and password.

  3. Click the BPEL Domains tab.

  4. Click Create New BPEL Domain.

  5. Follow the on-screen instructions to create a new domain with an ID.

  6. Return to Oracle JDeveloper.

  7. Right-click a process.

  8. Select Deploy > connection_name > Refresh.

  9. Select Deploy > connection_name > Deploy to domain_name domain.

    where domain_name is the ID you entered in Step 5.

  10. Log in to Oracle BPEL Control.

  11. Select the new domain name from the drop-down list in the upper right corner of Oracle BPEL Control.

    The process you deployed in Step 9 displays in the Dashboard tab.

See Oracle BPEL Process Manager Administrator's Guide for more information about Oracle BPEL Admin Console.