Skip Headers

Oracle Application Server Adapter for Oracle Applications User's Guide
10g (10.1.3.5.0)
Part Number E14293-01
Go to Table of Contents
Contents
Go to previous page
Previous
Go to next page
Next

Using Business Events for BPEL Process Integration

This chapter covers the following topics:

Overview of Business Events

The Oracle Workflow Business Event System (BES) is an application service that leverages the Oracle Advanced Queuing (AQ) infrastructure to communicate business events between systems. The Business Event System consists of the Event Manager and workflow process event activities.

The Event Manager contains a registry of business events, systems, named communication agents within those systems, and subscriptions indicating that an event is significant to a particular system. Events can be raised locally or received from an external system or the local system through AQ. When a local event occurs, the subscribing code is executed in the same transaction as the code that raised the event, unless the subscriptions are deferred.

Subscriptions can include the following types of processing:

Business events are represented within workflow processes by event activities. By including event activities in a workflow process, you can model complex processing or routing logic for business events beyond the options of directly running a predefined function or sending the event to a predefined recipient.

Each business event represents a ready to use integration or extension point. Oracle E-Business Suite currently ships preconfigured with over 900 business events.

The uses of the Business Event System include:

Business Events Concepts

Event

A business event is an occurrence in an Internet or intranet application or program that might be significant to other objects in a system or to external agents. For instance, the creation of a purchase order is an example of a business event in a purchasing application.

Event Key

A string that uniquely identifies an instance of an event. Together, the event name, event key, and event data fully communicate what occurred in the event.

Event Message

A standard Workflow structure for communicating business events, defined by the datatype WF_EVENT_T. The event message contains the event data as well as several header properties, including the event name, event key, addressing attributes, and error information.

Event Activity

A business event modeled as an activity so that it can be included in a workflow process.

Event Data

A set of additional details describing an event. The event data can be structured as an XML document. Together, the event name, event key, and event data fully communicate what occurred in the event.

Event Subscription

A registration indicating that a particular event is significant to a system and specifying the processing to perform when the triggering event occurs. Subscription processing can include calling custom code, sending the event message to a workflow process, or sending the event message to an agent.

Deferred Subscription Processing

If you do not want subscriptions for an event to be executed immediately when the event occurs, you can defer the subscriptions. In this way you can return control more quickly to the calling application and let the Event Manager execute any costly subscription processing at a later time.

Agent

An agent is a named point of communication within a system. Communication within and between systems is accomplished by sending a message from one agent to another. A single system can have several different agents representing different communication alternatives. For example, a system may have different agents to support inbound and outbound communication, communication by different protocols, different propagation frequencies, or other alternatives.

Design-Time Tasks for Outbound Business Events

OracleAS Adapter for Oracle Applications is deployed at design-time using Oracle JDeveloper and at run-time using the BPEL Process Manager.

This section discusses the process of configuring OracleAS Adapter for Oracle Applications to create business event outbound subscriptions. It describes the tasks required to configure OracleAS Adapter for Oracle Applications using the Adapter Configuration Wizard in Oracle JDeveloper.

Multiple BPEL Processes Consuming the Same Business Event

Please note that OracleAS Adapter for Oracle Applications can handle multiple BPEL processes consuming the same business event. OracleAS Adapter for Oracle Applications creates only single subscription for a particular business event regardless of the number of BPEL process consuming it. Internally, this subscription forwards business event message to a multi-consumer AQ. Since each BPEL process is an unique consumer for the event, when the message is placed in the queue, all BPEL processes are notified. Therefore, as a user you do not need to create a separate subscription for each BPEL process. All you need to do is to create the service for the event, and OracleAS Adapter for Oracle Applications will take care of message delivery to each BPEL process.

For example, if there are three BPEL processes (BPEL1, BPEL2, and BPEL3) that want to consume the same business event (such as BE1 event). For each BPEL process, you create a service for the BE1 event using OracleAS Adapter for Oracle Applications. OracleAS Adapter for Oracle Applications in turn creates a single subscription for all the three BPEL processes - BPEL1, BPEL2, and BPEL3. This subscription puts BE1 event message in multi-consumer AQ.

At run time, when a BE1 event is raised, since the subscription is applicable to all the three BPEL processes, all these three deployed BPEL processes will be activated and would receive the same BE1 event message.

Prerequisites to Configure Outbound Business Events

Following is a list of the procedures required to accomplish the design-time tasks.

  1. Create a new BPEL project

  2. Create a partner link

  3. Configure the Receive activity

  4. Add a partner link for the File Adapter

  5. Configure the Invoke activity

  6. Configure the Assign activity

Creating a New BPEL Project

To create a new BPEL project

  1. Open JDeveloper BPEL Designer.

  2. From the File menu, select New. The New Gallery dialog box appears.

  3. Select All Items from the Filter By box. This produces a list of available categories.

  4. Expand the General node, then select Projects.

  5. Select BPEL Process Project from the Items group.

    Creating a New BPEL Process Project

    the picture is described in the document text

  6. Click OK. The BPEL Project Creation Wizard - Project Settings dialog box appears.

  7. In the Name field, enter a descriptive name. For example, enter BusinessEventOutbound.

    Keep the default selection Use Default Project Settings unchanged.

  8. Keep the default selection Template as the Type field. Select Empty BPEL Proces as the BPEL process type.

    Specifying New BPEL Project Settings

    the picture is described in the document text

  9. Click Finish.

    A new BPEL process is created with the required source files including bpel.xml, BusinessEventOutbound.bpel, and BusinessEventOutbound.wsdl.

Creating a Partner Link

Configuring an outbound business event requires creating a partner link to allow the outbound event to be published to the Oracle BPEL Process Manager.

This task adds a partner link to the BPEL process. A partner link defines the link name, type, and the role of the BPEL process that interacts with the partner service.

To create a partner link

  1. In JDeveloper BPEL Designer, drag and drop the Oracle Applications adapter service from the Component Palette into the Partner Link border area of the process diagram. The Adapter Configuration Wizard appears.

  2. Click Next. The Service Name dialog box appears.

    Specifying the Service Name

    the picture is described in the document text

  3. Enter a service name, such as ListenToPOAckEvent. You can also add an optional description of the service.

  4. Click Next. The Service Connection dialog box appears.

  5. You can perform either one of the following options for your database connection:

    Note: You need to connect to the database where Oracle E-Business Suite is running.

  6. Once you have created a new connection or selected an existing connection, you can add a business event by browsing through the list of events available in Oracle E-Business Suite.

    Click Next.

    For Oracle E-Business Suite Release 12:

    If you are connecting to Oracle E-Business Suite Release 12, then the IREP File not present dialog box appears indicating that OracleAS Adapter for Oracle Applications could not find the Oracle Integration Repository data file corresponding to the database you are connecting in your workspace. Absence of the data file would make browsing or searching of Integration Repository tree considerably slow. You can choose to extract the data file and create a local copy of the Integration Repository data file. Once it is created successfully, OracleAS Adapter for Oracle Applications will pick it up automatically next time and retrieve data from your local Integration Repository.

    You can select one of the following options:

  7. The Oracle Applications Module Browser opens.

    Oracle Applications Module Browser

    the picture is described in the document text

    Note: Business Events can be found in the Other Interfaces node, which is at the product family level. For more information, see Using the Oracle Applications Module Browser.

  8. Expand the navigation tree to Product Families > Other Interfaces > Business Events > Outbound. The direction outbound is from the Oracle E-Business Suite perspective, in this case listening to business events from Oracle Applications. Select the appropriate business event, for example, oracle.apps.po.event.xmlpo, and click OK.

  9. Click Next in the Operation dialog box. The WF Event Schema Definition dialog box for business event payload appears.

    Selecting Business Event Payload Schema

    the picture is described in the document text

  10. You must specify one of the following options to be used for the business event payload:

    No Schema

    If you select the No Schema option, then the payload data would be available in the form of string. This option also allows you to receive non-XML event payload.

    Any Schema

    If you select the Any Schema option, then XML payload of any schema could be attached to event payload. You should select this option if you know the payload is XML, but not sure of its schema.

    Note: When you select either the 'No Schema' or 'Any Schema' option, there is no need to further specify the schema information for your business event service, and you will proceed to the next step.

    Specify Schema

    If you select the Specify Schema option, then the Schema Location and Schema Element fields become visible. You must specify the location of schema file and then select the schema element that defines the payload of outbound business event.

    To specify schema location and element

    1. Click Browse to search for an existing schema definition in the Type Chooser.

    2. Click the Import Schema File icon at the upper right of the Type Chooser, then click the Browse File System icon in the Import Schema File dialog box.

      Selecting a Schema File

      the picture is described in the document text

    3. In the Import Schema dialog box, navigate to the schema file APPS_WF_EVENT_T.xsd and open it. The Type Chooser reappears with the selected schema in the Imported Schemas section.

      Choosing the Schema

      the picture is described in the document text

    4. Select the schema element WF_EVENT_T for the business event and click OK. The WF Event Schema Definition dialog box reappears with your selected schema location and element information populated. Click Next.

      Populating Selected Business Event Payload Schema

      the picture is described in the document text

  11. The Finish dialog box appears indicating that you have finished defining the business event service. The wizard generates the GetPOApprovalEvent WSDL file corresponding to the oracle.apps.po.event.xmlpo business event service.

    The main Create Partner Link dialog box appears, specifying the new WSDL file.

    Completing the Partner Link Configuration

    the picture is described in the document text

  12. Click Apply and then OK to complete the partner link configuration. The partner link is created with the required WSDL settings, and is represented in the BPEL project by a new icon in the border area of the process diagram.

Configuring the Receive Activity

The next task is to configure a Receive activity to receive XML data from the partner link that you configured for the Oracle Applications Adapter service for business events.

To configure the Receive activity

  1. In JDeveloper BPEL Designer, drag and drop the Receive activity from the Process Activities of the Component Palette into the process diagram.

  2. Link the Receive activity to the GetPOApprovalEvent partner link. The Receive activity will take event data from the partner link. The Edit Receive dialog box appears.

    Editing the Receive Activity

    the picture is described in the document text

  3. Enter a name for the Receive activity, then click the Create icon next to the Variable field to create a new variable. The Create Variable dialog box appears.

    Creating a Variable

    the picture is described in the document text

  4. Select Global Variable and enter a name for the variable. You can also accept the default name. Click OK to return to the Edit Receive dialog box.

  5. Select Create Instance.

    Click Apply and OK to finish configuring the Receive activity.

Adding a Partner Link for the File Adapter

If you need the payload of an outbound business event to be written to an XML file, a partner link for the File Adapter may be added.

To add a partner link for the file adapter

  1. In JDeveloper BPEL Designer, drag and drop the File Adapter service from the Service section of the Component Palette into the Partner Link area of the process diagram. The Adapter Configuration Wizard appears.

  2. Click Next. The Service Name dialog box appears.

    Specifying the Service Name

    the picture is described in the document text

  3. Enter a name for the File Adapter service, such as WriteEventData. You can also add an optional description of the service.

  4. Click Next and the Operation dialog box appears.

    Specifying the Operation

    the picture is described in the document text

  5. Select Write File as the operation type. This automatically populates the Operation Name field. Click Next to access the File Configuration dialog box.

    Configuring the Output File

    the picture is described in the document text

  6. For Directory specified as, select Logical Name.

    Enter outputDir as the Directory for Outgoing Files, and specify a naming convention for the output file, such as PO_%SEQ%.xml.

    Tip: When you type a percent sign (%), you can choose from a list of date variables or a sequence number variable (SEQ) as part of the filename.

    Confirm the default write condition: Number of Messages Equals 1.

  7. Click Next and the Messages dialog box appears. For the output file to be written, you must provide a schema.

  8. Click Browse to access the Type Chooser.

    Choosing the Message Schema

    the picture is described in the document text

  9. In the Type Chooser, navigate to Project Schema Files > APPS_WF_EVENT_T.xsd and select the WF_EVENT_T schema. Click OK to return to the Messages dialog box.

    Specifying the Message Schema

    the picture is described in the document text

  10. Click Next and then Finish. The wizard generates the WSDL file corresponding to the partner link. The main Create Partner Link dialog box appears, specifying the new WSDL file.

    Completing the Partner Link Configuration

    the picture is described in the document text

  11. Click Apply and OK to complete the configuration and create the partner link with the required WSDL settings for the File Adapter service.

Configuring the Invoke Activity

After adding and configuring the partner link, the next task is to configure the Invoke activity to write the business event information to the file.

To configure the Invoke activity

  1. In JDeveloper BPEL Designer, drag and drop the Invoke activity from the Component Palette into the process diagram after the Receive activity.

  2. Link the Invoke activity to the WriteEventData File Adapter service. The Invoke activity will send event data to the partner link. The Edit Invoke dialog box appears.

    Editing the Invoke Activity

    the picture is described in the document text

  3. Enter a name for the Invoke activity and click the Create icon next to the Input Variable field to create a new variable. The Create Variable dialog box appears.

    Creating a Variable

    the picture is described in the document text

  4. Select Global Variable and enter a name for the variable. You can also accept the default name. Click OK in the Create Variable dialog box.

    Click Apply and OK in the Edit Invoke dialog box to finish configuring the Invoke activity.

Configuring the Assign Activity

The next task is to add an Assign activity to the process map. This activity is configured to assign the variable values to invoke activity.

To configure the Assign activity

  1. In JDeveloper BPEL Designer, drag and drop the Assign activity from the Component Palette into the Activity box of the process diagram, between the Receive activity and the Invoke activity.

  2. Double-click the Assign activity to access the Edit Assign dialog box.

    Specifying a Copy Operation Action

    the picture is described in the document text

  3. On the Copy Operation tab, click Create and select Copy Operation from the menu. The Create Copy Operation window appears.

    Defining the Copy Operation

    the picture is described in the document text

  4. In the From navigation tree, select type Variable. Navigate to Variable > Process > Variables > Receive_DEQUEUE_InputVariable > WF_EVENT_T and select ns3:WF_EVENT_T. The XPath field should contain your selected entry.

  5. In the To navigation tree, select type Variable. Navigate to Variable > Process > Variables > Invoke_Write_InputVariable > WF_EVENT_T and select ns3:WF_EVENT_T. The XPath field should contain your selected entry.

  6. Click OK.

    Click Apply and OK in the Edit Assign dialog box to complete the configuration of the Assign activity.

Run-Time Tasks for Outbound Business Events

After designing the BPEL process, you can compile, deploy and test it.

  1. Deploy the BPEL process.

  2. Test the BPEL process.

Deploying the BPEL Process

You need to deploy the BPEL process before you can run it. The BPEL process is first compiled and then deployed to the BPEL server.

To deploy the BPEL process

  1. In the Applications Navigator of JDeveloper BPEL Designer, select the BusinessEventOutbound project.

  2. Right-click the project and select Deploy > [Server Connection] > Deploy to Default Domain from the menu.

    Deploying the BPEL Process

    the picture is described in the document text

  3. The BPEL project is compiled and successfully deployed.

    Compilation and Deployment Message Logs

    the picture is described in the document text

    the picture is described in the document text

Testing the BPEL Process

Once the BPEL process is deployed, it can be seen in the BPEL Console. You can manage and monitor the process from the BPEL Console. You can also test the process and the integration interface by manually initiating the process.

To test the BPEL process

  1. Navigate to Oracle Application Server 10g BPEL Console (http://<soaSuiteServerHostName>:<port>/BPELConsole).

    The BPEL Console login page appears.

    the picture is described in the document text

  2. Enter the username and password and click Login.

  3. The Oracle Enterprise Manager 10g BPEL Control appears. The list of deployed processes is shown under Deployed BPEL Processes.

    In the BPEL Console, confirm that BusinessEventOutbound has been deployed.

  4. Log in to Oracle E-Business Suite.

    Select the Purchasing, Vision Operations (USA) responsibility, and then click Purchase Orders.

    The Purchase Order form opens.

  5. Close the form and select File > Switch Responsibility. Select the XML Gateway responsibility.

    Selecting XML Gateway Functions

    the picture is described in the document text

  6. Select Define Trading Partner to access the Trading Partner form.

    Press <F11> to access the Trading Partner Setup form.

    Setting Up Trading Partners

    the picture is described in the document text

  7. Enter the header values in the Trading Partner Setup form as follows:

  8. Enter a data row with the following values:

  9. Save the trading partner details and switch back to the Purchasing, Vision Operations (USA) responsibility.

    Selecting Purchasing Functions

    the picture is described in the document text

  10. Select Purchase Orders to access the Purchase Orders form.

    Setting Up a Purchase Order

    the picture is described in the document text

  11. Create a purchase order with header values reflecting the trading partner you previously defined:

  12. On the Lines tab, enter a data row with the following values:

  13. Save the purchase order. The Approve Document form appears.

    Approving the Purchase Order

    the picture is described in the document text

  14. Because the trading partner is set up and valid, the transmission method is automatically set to XML.

    Click OK to approve the purchase order. The Purchase Orders form reappears. The status of the purchase order is now Approved. For future reference, note the value of the PO, Rev field. Once the purchase order is approved, the business event oracle.apps.po.event.xmlpo is raised.

    You should ensure that the WF_Deferred agent listener is running on the target database.

  15. Log in to Oracle Applications as System Administrator.

    Accessing the Oracle Applications Home Page

    the picture is described in the document text

  16. On the Oracle Applications home page, select the Workflow Administrator Web Applications responsibility. Click Oracle Applications Manager > Workflow Manager to open the Applications Manager page.

    Managing Oracle Applications

    the picture is described in the document text

  17. On the Applications Manager page, click the Agent Listeners icon. The Service Components page appears containing a list of the installed agent listeners.

    Reviewing Agent Listener status

    the picture is described in the document text

  18. Confirm that the Workflow Deferred Agent Listener is in Running status.

  19. Log in to Oracle BPEL Process Manager and return to the BPEL Console.

    Confirming Completed BPEL Processes

    the picture is described in the document text

  20. Confirm that the BusinessEventOutbound process has completed. Select the instance which opens up in the Instance tab. Select the Audit link.

    Auditing the BusinessEventOutbound Instance Receive Activity

    the picture is described in the document text

  21. Open the XML file for the Receive activity and notice the name of the event raised,oracle.apps.po.event.xmlpo.

    Examining the Receive Event Name

    the picture is described in the document text

  22. Examine the Assign and Invoke activities as well for the event raised and document number.

  23. Go to the directory you specified for the write operation, such as outputDir (typically c:\temp). Open the output file (for example, PO_1.xml) and confirm that the order number is the same as that of the approved purchase order.

    Confirming the Output Order Number

    the picture is described in the document text

Troubleshooting and Debugging

If you experience problems with your Business Event System integration, you can take the following troubleshooting steps:

If you still experience problems with your integration, you can enable debugging.

Enabling Debugging

You can enable debugging for business events using the BPEL Process Manager.

To enable debugging:

  1. Log into your BPEL Process Manager domain.

  2. Select yourdomain.collaxa.cube.ws

  3. Select Debug.

Debugging information is output to the log file for your domain. To examine the log file in the BPEL Process Manager, navigate to Home > BPEL Domains > yourdomain > Logs. The log file is yourdomain.log.