OSB Threading and the HTTP Transport White Paper by Mike Muller

I have created a white paper explaining the OSB threading model with a focus on the HTTP transport.  I have heard from several customers who have experienced difficulty with tuning HTTP services with relation to the use of work managers.  This paper’s goal is to explain the threads involved in servicing a proxy and how work managers fit into that model.

OSBThreadingModelHTTPTransport_1.1

SOA & BPM Partner Community

For regular information on Oracle SOA Suite become a member in the SOA & BPM Partner Community for registration please visit www.oracle.com/goto/emea/soa (OPN account required) If you need support with your account please contact the Oracle Partner Business Center.

Blog Twitter LinkedIn image[7][2][2][2] Facebook clip_image002[8][4][2][2][2] Wiki Mix Forum

Luis Weir: Challenges to Implementing SOA Governance by Bob Rhubart

"Oracle SOA Governance 11g Implementation" co-author Luis Weir discusses his book, his Oracle OpenWorld session, and a project that required him to set things right after a customer botched their original SOA Governance implementation. Interested ? read the – Oracle SOA Governance 11g Implementation book? For additional SOA books please visit out wiki.

SOA & BPM Partner Community

For regular information on Oracle SOA Suite become a member in the SOA & BPM Partner Community for registration please visit www.oracle.com/goto/emea/soa (OPN account required) If you need support with your account please contact the Oracle Partner Business Center.

Blog Twitter LinkedIn image[7][2][2][2] Facebook clip_image002[8][4][2][2][2] Wiki Mix Forum

Introducing Oracle Enterprise Repository Express Workflows – Simplified Lifecycle Management by Yogesh Sontakke

As announced at Oracle Open World 2013 last week, we are delighted to introduce an exciting, new feature for Oracle Enterprise Repository 11g PS6 – Express Workflows.

OER provides a set of features and options for moving an asset from an initial to a final lifecycle state. Express Workflows are a mechanism for    automating these asset lifecycle approval processes in OER.
Express Workflows help automate this process for any given type of assets that are produced by your project(s). It allows you to easily assign approvers and define the flow of approvals from one approver to the next.
You can use Express Workflows to pre-define, automate and ensure that assets submitted or harvested into your OER projects go through as much or as less of an approval process as per your requirement – in a few, simple steps.

Download the OER 11g Express Workflows here – requirements and detailed instructions are available in the PDF bundled within the patch.

SOA & BPM Partner Community

For regular information on Oracle SOA Suite become a member in the SOA & BPM Partner Community for registration please visit www.oracle.com/goto/emea/soa (OPN account required) If you need support with your account please contact the Oracle Partner Business Center.

Blog Twitter LinkedIn image[7][2][2][2] Facebook clip_image002[8][4][2][2][2] Wiki Mix Forum

Want to become an Oracle certified Expert in SOA & BPM?

Oracle Competence Center offered free on-demand trainings for partners. Including free pre-sales certifications for SOA 11g PreSales Specialist Assessment or BPM Suite 11g PreSales Specialist Assessment.  You can also become an certified implementation specialist!

 

SOA

BPM

Pre-Sales assessment (free online test)

Preparation:

SOA 11g PreSales Specialist Assessment

SOA 11g PreSales Specialist online training(OPN account required – need help?)

BPM Suite 11g PreSales Specialist Assessment

BPM 11g PreSales Specialist online training (OPN account required – need help?)

Implementation assessment

Preparation:

SOA Suite 11g Essentials (1Z1-478)

Bootcamp training material (Community membership required)

BPM Suite 11g Certified Implementation Specialist (1Z0-560)

Bootcamp training material (Community membership required)

image

SOA & BPM Partner Community

For regular information on Oracle SOA Suite become a member in the SOA & BPM Partner Community for registration please visit www.oracle.com/goto/emea/soa (OPN account required) If you need support with your account please contact the Oracle Partner Business Center.

Blog Twitter LinkedIn image[7][2][2][2] Facebook clip_image002[8][4][2][2][2] Wiki Mix Forum

Video: Cloud Service Brokers: SOA, Cloud and Service Technology Symposium Preview

Want to learn more about cloud integration with Oracle SOA Suite and see are real customer example? Attend the SOA, Cloud and Service Technology Symposium in Mexico City December 4th & 5th 2013.

If you can not make it to Mexico enjoy & want to see a preview watch the OTN video, Bob recorded with Rolando Carrasco and myself this week.

image

SOA & BPM Partner Community

For regular information on Oracle SOA Suite become a member in the SOA & BPM Partner Community for registration please visit www.oracle.com/goto/emea/soa (OPN account required) If you need support with your account please contact the Oracle Partner Business Center.

Blog Twitter LinkedIn image[7][2][2][2] Facebook clip_image002[8][4][2][2][2] Wiki Mix Forum

SOA, Cloud and Service Technology Symposium podcast series

Not sure yet if you attend the SOA, Cloud and Service Technology Symposium? Here are some reasons.

imagePodcast Feature: An Interview with Jürgen Kress, Oracle

Do you want to attend the SOA; Cloud and Service Technology Symposium December 4-5th 2013 in Mexico? Please feel free to use the promotional code “Q14CB324” for a 50% discount.

Do you want to meet the Oracle team at the conference? Please send us a message on twitter @soacommunity.

Do you want to network at the conference? Please use the #soacommunity. For details and registrations please visit the conference website.

SOA & BPM Partner Community

For regular information on Oracle SOA Suite become a member in the SOA & BPM Partner Community for registration please visit www.oracle.com/goto/emea/soa (OPN account required) If you need support with your account please contact the Oracle Partner Business Center.

Blog Twitter LinkedIn image[7][2][2][2] Facebook clip_image002[8][4][2][2][2] Wiki Mix Forum

BAM Adapter Batching Deep Dive by Pete Want

In the real business scenario of integrating SOA/AIA applications with Oracle Business Activity Monitoring (BAM), one common requirement is that such integration should not impact the operations of business systems running on SOA/AIA in terms of high availability and performance. To achieve this goal, one option is to use BAM Adapter or BAM Sensor Actions with Batching enabled. This article explains how batching works in Oracle BAM Adapter.

Why You Need Batching?

When talking about batching, the first impression you may have is that you put a set of data into a package or a batch, and send it across for processing as a whole. In the BAM Adapter context, batching not only allows a group of XML payloads to be sent to the BAM Server side, but also changes the behavior of a synchronous invocation to BAM Server API to Async.
In mission critical applications, the preferred approach to integrate Oracle BAM with live data feed is using the Fire and Forget Message Exchange Pattern (MEP). Fire and Forget MEP has two major benefits compared to synchronous integration pattern:

  • High Performance – Threads invoking BAM Adapter APIs are not blocked by down stream operations. Thus the slow execution of down stream code should not impact the performance of the core business system.
  • High Availability – The failures including application failure such as errors due to invalid payload, and system failures such as system outage due to maintenance, will not impact the normal operations of the main system. For example, in the Order to Cash (O2C) flow of AIA Communication PIPs, data integration between AIA and BAM should be in an asynchronous manner, thus, failures and outage of BAM will not impact AIA operations.

When Oracle BAM Adapter or BAM Sensor Actions is used, you should always enable batching to leverage the Fire and Forget MEP. In the next section, you will see how BAM Adapter works with batching enabled.

How Batching Works?

Oracle BAM Adapter is a JCA compliant adapter that primarily converts Oracle BAM operations (Insert, Upsert, Update, and Delete) into the standard Web Services Interface described by WSDL.

By default, BAM Adapter operates in a synchronous manner as shown in the following diagram.
Read the full article here.

SOA & BPM Partner Community

For regular information on Oracle SOA Suite become a member in the SOA & BPM Partner Community for registration please visit www.oracle.com/goto/emea/soa (OPN account required) If you need support with your account please contact the Oracle Partner Business Center.

Blog Twitter LinkedIn image[7][2][2][2] Facebook clip_image002[8][4][2][2][2] Wiki Mix Forum

SOA Suite Cloud Integrations by Rajesh Raheja

How to do hybrid cloud integration using Oracle SOA Suite.

SOA & BPM Partner Community

For regular information on Oracle SOA Suite become a member in the SOA & BPM Partner Community for registration please visit www.oracle.com/goto/emea/soa (OPN account required) If you need support with your account please contact the Oracle Partner Business Center.

Blog Twitter LinkedIn image[7][2][2][2] Facebook clip_image002[8][4][2][2][2] Wiki Mix Forum

Remove data in Oracle MDS by Danilo Schmiedel

The two main database schemas in the Oracle SOA Suite datab ase repository are: <PREFIX>_SOAINFRA and <PREFIX>_MDS. Composite instance and runtime information are stored in the SOAINFRA schema. Commonly used metadata like WSDLs, XSDs, rules, fault policies, etc. as well as composite deployments are stored within the MDS schema.
With every deployment / import of the metadata artifacts a new document version will be created in the MDS. This means that re-importing an updated WSDL-file into the MDS does not delete the previous version of the document. Furthermore we sometimes need to remove unnecessary and unwanted files from the repository. If this is not considered you might end in problems like below: Read the full article here.

SOA & BPM Partner Community

For regular information on Oracle SOA Suite become a member in the SOA & BPM Partner Community for registration please visit www.oracle.com/goto/emea/soa (OPN account required) If you need support with your account please contact the Oracle Partner Business Center.

Blog Twitter LinkedIn image[7][2][2][2] Facebook clip_image002[8][4][2][2][2] Wiki Mix Forum

Best Practices for SOA 11g Multi Data Center Active – Active Deployment – White Paper

Best practice for High Availability

This paper describes the recommended Active – Active solutions that can be used for protecting an Oracle Fusion Middleware 11 g SOA system against downtime across multiple locations (referred to as SOA Active – Active Disaster Recovery Solution or SOA Multi Data Center Active – Active Deployment). It provides the required configuration steps for setting up the recommended topologies and guidance about the performance and failover implications of such a configuration.

Get the white paper here.

SOA & BPM Partner Community

For regular information on Oracle SOA Suite become a member in the SOA & BPM Partner Community for registration please visit www.oracle.com/goto/emea/soa (OPN account required) If you need support with your account please contact the Oracle Partner Business Center.

Blog Twitter LinkedIn image[7][2][2][2] Facebook clip_image002[8][4][2][2][2] Wiki Mix Forum