Book Image

Applied SOA Patterns on the Oracle Platform

By : Sergey Popov
Book Image

Applied SOA Patterns on the Oracle Platform

By: Sergey Popov

Overview of this book

Table of Contents (16 chapters)
Applied SOA Patterns on the Oracle Platform
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
2
An Introduction to Oracle Fusion – a Solid Foundation for Service Inventory
7
Gotcha! Implementing Security Layers
Index

OFM Fault Management frameworks


Frameworks, in plural form? Yes, we have more than one in OFM, as we already mentioned. From the components' inheritance, we have similar features that are based on:

  • Policy fault handling (the core of Error Hospital): SCA and EBF/ABCS Frameworks

  • BPEL fault management (compensative transaction ): SCA and EBF/ABCS Frameworks

  • OSB error-handling mechanisms: ESB and the EBS Framework

We are not going to spend a lot of time discussing standard OFM EH mechanisms; they have been around since 10g, and since 2008, they have been presented in many books and Oracle ACEs' blogs in great detail (here again, we can refer to Lucas Jellema's handbook). Another, and probably the main reason to make it short, is because of rule 6: Standard OFM EH mechanisms are excellent for services with strictly predefined service roles, preferably, static. In our case (the CTU example), when complex compositions are handled by an agnostic composition controller dynamically, standard tools must...