Book Image

Oracle BPM Suite 11g Developer's cookbook

By : Vivek Acharya
Book Image

Oracle BPM Suite 11g Developer's cookbook

By: Vivek Acharya

Overview of this book

Oracle Business Process Management Suite is a complete set of tools for creating, executing, and optimizing business processes.Oracle BPM Suite 11g offers the flexibility that business demands, hand-in-hand with the power IT requires. The result is an agile platform that brings together your existing applications, enabling you to react quickly to new business requirements.With this cookbook we will develop rich, interactive business processes using the Oracle Business Process Management suite.With Oracle BPM Suite 11g Developer's Cookbook, a common process model based on BPMN is presented to the specific role assigned to readers in each chapter. Explore Oracle BPM 11g with Modelling, Implementation, Simulation, Deployment, Exception Management, BPM and SOA in Concert, Advanced Rules and Human tasks, End User Interaction and Run-time.Oracle BPM Suite 11g Developer's Cookbook will help readers learn BPM 11g through a Real World Sample Process.This book is divided into four sections: the first section, Modeling, lays the foundation and demonstrates how to implement the Modeling of Business processes for a Use Case of a Fictitious Organization which needs BPM to be implemented at their site (with data objects and information handling). In the second section, Implementation, we learn about Process Implementation, Human Interaction, Business Rules, and much more. In the third section, Measuring, we learn about Post Process Development, Performance Analysis and Simulation Models. In the last section, Deployment, Migration and Run-Time, we learn deployment and migration, and Post Deployment Run-Time.
Table of Contents (20 chapters)
Oracle BPM Suite 11g Developer's Cookbook
Credits
About the Author
Acknowledgement
About the Reviewers
www.PacktPub.com
Preface
Oracle BPM—Application Development Lifecycle

Creating MDS for BPM


Oracle Metadata Service (MDS) repository is an Oracle Fusion Middleware component that stores metadata for certain types of deployed applications. Oracle BPM uses this repository when deploying applications to runtime. In addition to using Oracle MDS to store information about deployed applications, Oracle BPM also creates a partition in the MDS repository to store projects and project templates.

When an MDS connection is created, BPM partitions are created. These partitions are used by both Oracle BPM Studio and Business Process Composer to share projects and project templates.

The Oracle BPM MDS repository contains the following default folders:

  • Public: Contains all shared Oracle BPM projects.

  • Templates: Contains all project templates.

You can create additional subfolders within these folders, to organize your projects and project templates. The Oracle BPM Metadata Services repository is installed as part of the Oracle BPM runtime installation. After this installation is complete, you must configure your Oracle BPM Studio installation to connect to the repository.

How to do it...

Here you will create an MDS for BPM:

  1. 1. Open JDeveloper in the default role.

  2. 2. Open Resource Palette, by selecting View | Resource Palette.

  3. 3. Go to IDE Connections. Click on the folder with the + sign.

  4. 4. Right-click on New Connection and then Database.

  5. 5. Create a database connection to the MDS, as shown in the following screenshot.

  6. 6. Get the database TNS details and fill the details as per your environment. Once you're done, you can check the connection by pressing the Test Connection button; a Success! message appears, if the parameters are correct. Click the OK button.

  7. 7. Right-click on New Connection and select New Connection and select SOA-MDS.

  8. 8. Create a new SOA MDS Connection, as started in the previous step. In the Select MDS partition, obpm should be automatically selected. Test the connection.

  9. 9. Go to View | BPM MDS Navigator, to open the BPM MDS Navigator.

  10. 10. Open Configure Connection and choose the SOA MDS Connection that you just defined.

  11. 11. Check that root folders Public and Templates are shown in BPM MDS Navigator.

  12. 12. When you have finished the preceding steps, click Save.

How it works...

The Oracle BPM Metadata Service browser enables you to view the contents of the Oracle BPM MDS repository and perform related tasks. You can perform the following tasks using this browser:

  • Publish projects and project templates.

  • Create and configure Oracle BPM MDS connections.

  • Check out and lock projects and project templates