SOA Suite 12c – Composite Lazy Loading by Adam Desjardin

 

clip_image002A new feature in SOA Suite 12c is composite lazy loading.  This feature allows the components, WSDLs, and XSDs for a composite to be loaded as needed instead of at startup.  This can help reduce start up time of the SOA servers from possibly as high as 30 minutes for domains with a large number of composites deployed, down to just a few minutes.  We have worked with several customers who run SOA Suite 11g with hundreds of deployed composites. Many of the composites may be retired or previous versions simply for maintaining compatibility.  Once utilizing SOA 12c, those customers will no longer have slow server start up times and can accomplish restarts much more quickly with less downtime for each node.

Enabling and Disabling Lazy Loading at the SOA-INFRA Level

Composite lazy loading and lazy deployment are both enabled at the soa-infra level by default in 12c.

You can find these settings by opening EM and right clicking on your domain and selecting System MBean Browser Read the complete 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

Tech Tip: How to trace SOA Suite SQL by Jaideep

 

clip_image002Once you start working with BPM/SOA suite, there may be times, especially when you are debugging, when you need to see what SQL queries the BPM / SOA Suite engine is submitting to the SOA Infra database. This video shows you how to trace SOA Suite SQL. Watch the video 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

Synchronizing databases through BPEL services by Lykle Thijssen

 

clip_image002Introduction

This blog post is about how to synchronize two databases through BPEL, focusing on transaction, rollback and fault handling.

During a project, I’ve encountered a situation where we wanted to migrate from an old database to a new one. However, in order to gradually move external systems from the old to the new database, it was required that both databases would be kept in sync for a limited amount of time. Apart from the obvious database tools, for example Oracle Golden Gate, this can be done through the service layer as well and that’s what this article is about. I will explain how I have done it with a strong focus on fault handling, since that’s the most complicated part of the deal. In this case, since keeping things in sync is what we’re aiming for, a rollback needs to be performed on one database when the other fails to process the update.

One of the requirements is that it should be easy to throw the synchronization code away, as it has no place in our future plans. Another requirement is that the service layer should return faults in a decent manner.

Preparation

In order to enable out-of-the-box rollback functionality, make sure that the data sources connecting to both databases are XA enabled. As there is plenty of information about this subject, I will not get into detail about it in this blog.

Now we will be developing two services:

  • SalesOrderBusinessService: a BPEL process that receives messages from a BPM process and forwards them to our integration service
  • UpdateSalesOrderIntegrationService: a BPEL process that receives messages from SalesOrderBusinessService and updates two databases through adapters

We need to make sure that both services have a fault specified in their wsdl operation in order to return the recoverable fault. Read the complete 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

Simplifying Error Handling with Custom XPath Function by Dan Reynebeau

 

clip_image001How many times have you developed error handling logic in a BPEL process and want to collect error information to pass to an error handler service?  There are many xpath functions that are currently available and can be utilized individually to collect all the necessary data, however this can become a time consuming task when you have several catch blocks and many processes.  This is a case where re-use is a must.  Simplifying the collection of the error data will ensure that the error handling is completed and performed in a consistent manner across processes.

Re-using the logic doesn’t imply copying the logic to another process, this leads to maintenance problems since we will inherently forget every place it was copied.  You could create small utility BPEL processes that manage the logic but that can be a bit heavy weight and probably overkill.

Custom XPath functions come to the rescue and solve this problem by providing a framework to generate a custom java class that can perform the collection of all the error data and return a XML document in the structure of the specific error handler.

Now we know we want to create a custom XPath function to populate the following CommonErrorHandler.xsd, so here are the steps required. Read the complete 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

Stream Explorer Patch Update 2

 

clip_image002Today we posted the latest Stream Explorer Patch Update 2 on our Oracle Technology Network (OTN) Downloads page.

The attached document highlights the software updates and in addition, new samples are now available that you can have automatically included in your user experience.

Watch out! Oracle Stream Explorer Version 2 is in the pipe, scheduled to be showcased at Oracle Openworld San Francisco 2015, so feature rich I would take all day to describe, but in our opinion, it will take this technology to a whole new level, challenging competitors to even keep up.

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

SOA Suite 12c High Level Overview – free online training

 

clip_image002See the features included in the Oracle SOA Suite 12c release. Some highlights of the features include automated conversions REST/SOAP, cloud adapters to simplify on-premise to cloud integration, new SAP, JDE Adapters, and Managed File Transfer (MFT) for file-based integration (new SKU), memory footprint reduction, startup acceleration, pre-tuned database profiles, one-click install, improved integration with JDeveloper, debugger & tester, templates, support for mobile-friendly standards (REST, JSON, …). See oracle.com/oll/soa for more information.
Attend the free online training 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

First steps with the Cloud App adapters and the Cloud Adapter SDK – Installation by Niall Commiskey

clip_image002

Download the software from here
BTW. I am installing this on top of SOA 12.1.3 BP1

clip_image003

Download the 3 files specified –

clip_image004

clip_image005

I unzip the first of the apps files – Read the complete 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

SOA Suite 12.1.3 free online demo systems at GSE

clip_image002

Request access to our middleware demo systems here.

For support with GSE demo systems please visit our wiki here. (SOA Community membership required)

Global Sales Engineering (GSE), in collaboration with EMEA Pre-Sales Center (EPC), is pleased to announce the availability of the Oracle SOA (Service-Oriented Architecture) Suite 12c (12.1.3) Solutions demo. This demo showcases the fundamental concepts, approach to development and integration, and the functionality of the core components of the SOA Suite 12c. The demo highlights the benefits of SOA components in a realistic use-case scenario to build, change, or extend a business.

Highlights

  • Design and execution of Purchase Order Process flow using Oracle JDeveloper and SOA application consoles
  • Service Virtualization using Oracle Service Bus (OSB)
  • Managed File Transfer

Call to Action

  • Go to the GSE Demo Store to see this 2 minute video, demo scripts, and other collateral material.
    • Note: The video streaming works best in Firefox, while Chrome users will need to click the download button to download then play the video directly from their PC.
  • Register a new demo or environment from the GSE website by searching for Demo Title “SOA Suite 12c (12.1.3) Solutions”.
    • SOA Suite 12c (12.1.3) Solutions is available as an Instant Canned demo (short-term use) and as a Deal Server demo (customizable for days or weeks of use).
  • See this site for comprehensive Oracle product and sales information about SOA

Support

If you need assistance or encounter any issues please submit a GSE support ticket or call the GSE Support Hotline. The hotline is available 24 hours a day, Monday through Friday, at:

  • Americas: +1-650-506-8763
  • EMEA: +44-118-9240808
  • APAC: +65-6436-2150
  • Japan: +81-3-6834-6097

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

Getting Started with Oracle Integration Cloud Service online course. Free online training!

 

clip_image002Here you can watch lecture and how-to videos, test your knowledge, and create your own integration. To perform the exercise you will need to have your Integration Cloud Service already provisioned. This training should take approximately 2 hours.

Agenda:

Attend the free online training 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

Connect Your Business with Oracle Cloud Integration

clip_image002

 

Transform your fragmented company into a connected cloud business. Provide sales real-time customer data, synchronize cloud with on-premises applications for marketing, and connect your customer support applications with your sales applications. Watch the video 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