Book Image

Applied SOA Patterns on the Oracle Platform

By : Popov
Book Image

Applied SOA Patterns on the Oracle Platform

By: Popov

Overview of this book

Applied SOA Patterns on the Oracle Platform is aimed at architects practicing SOA or traditional integration, and also at technical team leaders implementing Oracle Fusion under SCRUM or WF methodology.
Table of Contents (11 chapters)
2
2. An Introduction to Oracle Fusion – a Solid Foundation for Service Inventory
7
7. Gotcha! Implementing Security Layers
10
Index

Complex exception handling


Before we discuss the essential steps in exception handling in an agnostic composition controller implemented in the CTU SOA farm, we will mention the importance of clear and consistent identification of all fault messages related to certain process instances. You could use a standard Ora ECID for this purpose in addition to the initial Java-based labeling process instance at the beginning of every BPEL:

  1. Go to the Receive activity tab at the top and select Edit after a right-click.

  2. In the Properties tab, click on the green cross and select tracking.ecid from the drop-down list. Assign it to the variable of your choice. Use it within your Message Tracking Records Object.

We will start with recalling the structure of the composition controller (async Service Broker). Basically, it has two parts (if we omit the standard initialization): acquiring the execution plan and looping through EPs elements. Thus, we should have three exception scopes: sequentially, one for master...