Setting the Completion Persist Policy for an Existing BPEL Process

To ensure that your business process can use in-memory SOA, you must set the completion persist policy to deferred or faulted. When the BPEL process comes across dehydration points, the state information is cached in memory, and not the database.

Use the following steps in JDeveloper to set the completion persist policy for your BPEL process.
Ensure that the SOA composite, containing the BPEL process, is open in JDeveloper.
  1. Select the BPEL component in the composite view.
    The Properties for the selected BPEL component appear in the Properties window. If the Properties window is not visible, select Properties from the JDeveloper Window menu.
  2. Click the Add button to add the bpel.config.completionPersistPolicy property.
    The Create Property dialog appears.
  3. Typebpel.config.completionPersistPolicy for the Name.
  4. Type deferred or faulted under Value.
    Create Property dialog
  5. Click OK.
The bpel.config.completionPersistPolicy property appears in the Properties window. Verify that the Value column reads deferred or faulted.