Using the BPEL Designer and Service Engine

Enabling Persistence for the BPEL Service Engine

Persistence is configured in the BPEL Service Engine runtime properties.

ProcedureTo enable persistence for the BPEL Service Engine

  1. In the NetBeans IDE Services window, expand the Sun Java System Application Server (GlassFish) -> JBI -> Service Engines Nodes.

  2. Right-click sun-bpel-engine and select Properties.

    The sun-bpel-engine Properties window appears.

  3. Set the PersistenceEnabled property to true.

  4. Set the Non XA Data Source Name property to specify the JNDIName of the non-XA JDBC resource that you created when you configured the database.

  5. Set the XA Data Source Name property to specify the JNDIName of the XA JDBC resource that you created when you configured the database.

    Image shows the BPEL Service Engine Properties Editors.
  6. Click Close to save your settings.

    See Configuring the BPEL Service Engine Runtime Properties for property descriptions.

  7. Stop, shut down, and start the BPEL Service Engine to enable your new settings.