Configuring a Compact Domain for SOA Suite by Waslley Souza

 

clip_image002A compact domain is a developer domain consisting of a single administration server and in this post you will learn how to create it!

After the installation of SOA Suite 12c and required schemas, open a command prompt and go to ORACLE_HOME/soa/common/bin. Set the environment variable CONFIG_JVM_ARGS to -Dcom.oracle.cie.config.showProfile=true. This will activate the compact domain option in the configuration wizard.

cd ORACLE_HOME\soa\common\bin
SET CONFIG_JVM_ARGS=-Dcom.oracle.cie.config.showProfile=true
config.cmd

In the Configuration Type screen, select Create a new compact domain. 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

Oracle Process Cloud Service version 2–Webcast with Ralf Müller & Chris Peytier December 15th 2015

SOA & BPM Partner Community Webcast – December 15th get a Process Cloud Service update

clip_image001Attend our December edition of the SOA & BPM Partner Community Webcast live on December 15th 2015 17:00 CET. Chris Peytier will give an update on the brand new Process Cloud Service version 2.

Visit the registration page here.

Call ID: 4070776 Call Passcode: 333111

Austria: +43 (0) 192 865 12
Belgium: +32 (0) 240 105 28
Denmark: +45 327 292 22
Finland: +358 (0) 923 193 923
France: +33 (0) 15760 2222
Germany: +49 (0) 692 222 161 06
Ireland: +353 (0) 124 756 50
Italy: +39 (0) 236 008 198

Netherlands: +31 (0) 207 143 543
Spain: +34 914 143 755
Sweden: +46 (0) 856 619 465
Switzerland: +41 (0) 445 804 003
UK: +44 (0) 208 118 1001
United States: 140 877 440 73
More Local Numbers

Get the latest Process Cloud Service 2 udpate from the Oracle experts Chris Peytier & Ralf Müller , topics include
– How PCS is altering the BPM selection procedures with our customers
– Going through some of the use cases that we see now with PCS
PaaS4SaaS integration: How PCS can be an instrument to extend functionalities of Oracle applications.

Schedule:

December 15th 2015 17:00-18:00 CET

Visit the registration page here.

If you have difficulty logging in using the above link please go to: http://ouweb.webex.com/meetingcenter and join with session id: 595638481

Missed our SOA & BPM Partner Community Webcast? – watch the on-demand versions:

SOA Suite 12.2.1

Oracle OpenWorld 2015 update

SOA & API Cloud Service

Solutions Catalog & Cloud Marketplace

GSE demo systems

Hybrid sales plays

For the latest information please visit Community Updates Wiki page (SOA Community membership required).

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

Technorati Tags: Ralf Müller,Chris Peytier,Community Webcast,Process Cloud Service,PCS,PaaS,Cloud,SOA Community,Oracle SOA,Oracle BPM,OPN,Jürgen Kress

Inline Subprocesses in SOA Suite 12c by Herman Brunnekreef

 

clip_image001In a project I work in I had to create a process that does calculations based on the input. This calculations must be done from different parts in the input. So the only difference where the input variables. For this I used the option Inline Subprocesses in BPEL. An Inline Subprocess is embedded in the main BPEL-proces and can be called from different scope’s in the main process.
In this blogpost I will give a brief introduction of the use of Inline Subprocesses in BPEL.

The Inline Subprocess can be created from the main BPEL-window in the menu-bar.
When selecting this you see the next window. Here you type a name for your subprocess.

When you created the subprocess you can here select the subprocess store_output. When it’s opened it’s look like a brand new BPEL-process. 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

Patching your JDeveloper 12.1.3 with SOA Bundle Patch 12.1.3.0.2 by Jan van Zoggel

 

clip_image001

The SOA(/BPM) Bundle Patch 12.1.3.0.2 is available for download from Oracle Support (http://support.oracle.com)
Just use the search on patch number ‘20423408’ and it will bring you the patch details page with the download (approx. 662MB).
You can deploy the patch on top of your basic 12.1.3.0.0 or the earlier released SOA Bundle Patch 12.1.3.0.1

So I patched my own JDeveloper 12.1.3 environment with the OPATCH tool.
Extract the downloaded patch, I’ll use C:\temp\p20423408_121300_Generic\20423408
This folder is called ‘patch_TOP’ in opatch terminology.

Since I use Windows as local OS you will need to First open a command prompt with Administrator rights (right-click, run as Administrator).
If we don’t use the right permissions we will get the error: Unable to lock Central Inventory. OPatch will attempt to re-lock

First we set our ORACLE_HOME to the Jdeveloper 12.1.3 folder:
SET ORACLE_HOME=C:\ORACLE\middleware\12.1.3
And make sure opatch is in our path:
SET PATH=%PATH%;C:\ORACLE\middleware\12.1.3\OPatch
We browse to the patch_top folder:
cd C:\temp\p20423408_121300_Generic\20423408
And run opatch:
opatch apply

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

Continuous Delivery for Oracle SOA and BPM by Matt Wright

 

clip_image002The goal of continuous delivery is to help software development teams drive waste out of their process by simultaneously automating the process of software delivery and reducing the batch size of their work. This allows organizations to rapidly, reliably, and repeatedly deliver software enhancements faster, with less risk and less cost.

Continuous Integration (CI) is the practice of automatically building and testing a piece of software; either each time code is committed by a developer or in environments with a large number of small commits, or a long-running build on a regular scheduled basis.

Continuous Delivery (CD) goes a step further to automate the build, packaging, deployment, and regression testing, so that it can be released at any time into production.

Continuous deployment takes this another step further, in that code is automatically deployed into production, rather than when the business decides to release the code. 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

An Introduction to Oracle’s Integration Cloud Service (ICS) by Jennie DeRosa

clip_image002Overview

Last month, Oracle made available their latest tool within their integration cloud strategy, Integration Cloud Service (ICS).  With the number of SaaS applications growing, the need to integrate is becoming more important, making ICS even more relevant.

The intended usage of ICS are implementations of simple, light weight integrations between SaaS applications.  It resides within the cloud, is built off the Oracle Service Bus, and is available on a monthly subscription basis.

Pre-built solutions will be available in the marketplace (think app store), allowing for reusable integrations to be purchased, implemented in an accelerated manner. This will provide the option to reuse existing integrations as-is, or build on top of the existing, customizing for your business integration needs. If the pre-built solutions don’t meet your integration needs, the capability to develop your own from scratch is always on option. Either way, the development of an integration within ICS can be done using the capabilities detailed in this article.

Within ICS, there are 4 aspects: Integrations, Connections, Lookups, and Packages. Each of these will be discussed in further detail.

Integrations

Developing integrations between SaaS applications is done in ICS via a web based tool. Using drag and drop capabilities, an integration can easily be defined. Since the tool is built on top of OSB, the functions defined within the VETO (validate, enrich, transform, and operation) integration design pattern are available for implementation: 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

Upgrading to Oracle SOA Suite 12c – What you need to know by Matt Brasier

 

clip_image002Matt Brasier, Head of Consulting at C2B2 and author of the ‘Oracle SOA Suite 11g Cookbook’, recently delivered a series of webinars giving an overview of Oracle SOA Suite 12c, and what viewers need to know about it.

Background

Matt is a Professional Services Consultant and has over 13 years experience in tuning enterprise Java applications. Having worked on jobs from small in-house solutions to large Government projects, Matt has experience of working across a broad range of industries.

As Head of Consulting at C2B2, Matt works alongside a number of certified SOA Suite Consultants. C2B2 are Oracle Gold partners and deliver expertise through a combination of consulting and remote support. The company have a lot of experience working with WebLogic, Oracle SOA Suite stack and Oracle integration stacks.

What’s new in Oracle SOA Suite 12c?

The improvements and new features in Oracle SOA Suite 12c have been split into 3 core areas;

1. Productivity improvements have been made across the whole range of SOA Suite components and services, with the biggest developments being around jumpstart templates, lightweight footprint and unified design tools.

2. Cloud integration has also been a big driver for change. Users now have the ability to not only integrate their own on premise applications, servers and components using SOA Suite, but can also bring in their Software as a Service providers (SaaS).

3. Another key area that Oracle have focused on in this release is mobile integration and mobile devices.

Productivity Improvements

Productivity improvements are the key reasons why Oracle SOA Suite 12c is important. These improvements allow users to do what they need to with Oracle SOA Suite, but quicker and more efficiently.

The biggest productivity improvement is the jumpstart distribution for developers. These are single bundle installations that contain Oracle SOA Suite, Oracle Service Bus or Oracle BPM in a single archive, containing a tool that builds a WebLogic domain. All components are preconfigured and plugged into a database that’s already been created and has all of the data already. Users can simply get up and running and start developing applications without needing to do large amounts of deploying, patching or adding products on top of products.

Test build environments are also easier to get up and running. These are small, single server domains that aren’t designed for production use, but are a good way of getting developers started and getting people up-skilled in Oracle SOA Suite. These quick start distributions make a big difference to training purposes.

Unified design interface is another useful improvement in Oracle SOA Suite 12c – it’s about ensuring the user interface looks and behaves the same across the various tools available; web interfaces and the Oracle J Developer interface in particular.

There are also a number of enhancements to testing and debugging, making it easier to debug things going on in Oracle SOA Suite in case something’s not behaving as expected.

Cloud Integration

Cloud Integration brings a lot of crucial business benefits, making it one of the key areas for growth in Service Oriented Architecture, and integration in general. 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 & BPM Partner Community Webcast – December 15th 17:00 CET: Get a Process Cloud Service V2 update

 

clip_image001Attend our December edition of the SOA & BPM Partner Community Webcast live on December 15th 2015 17:00 CET. Chris Peytier will give an update on the brand new Process Cloud Service version 2.

Visit the registration page here.

Call ID: 4070776 Call Passcode: 333111

Austria: +43 (0) 192 865 12
Belgium: +32 (0) 240 105 28
Denmark: +45 327 292 22
Finland: +358 (0) 923 193 923
France: +33 (0) 15760 2222
Germany: +49 (0) 692 222 161 06
Ireland: +353 (0) 124 756 50
Italy: +39 (0) 236 008 198

Netherlands: +31 (0) 207 143 543
Spain: +34 914 143 755
Sweden: +46 (0) 856 619 465
Switzerland: +41 (0) 445 804 003
UK: +44 (0) 208 118 1001
United States: 140 877 440 73
More Local Numbers

Chris Peytier

clip_image003BPM Specialist – EMEA Technology Specialist Group.
Providing help and support to the BPM presales team accross EMEA
Topics include
– How PCS is altering the BPM selection procedures with our customers
– Going through some of the use cases that we see now with PCS
PaaS4SaaS integration: How PCS can be an instrument to extend functionalities of Oracle applications.

Schedule:

December 15th 2015 17:00-18:00 CET

Visit the registration page here.

If you have difficulty logging in using the above link please go to: http://ouweb.webex.com/meetingcenter and join with session id: 595638481

Missed our SOA & BPM Partner Community Webcast? – watch the on-demand versions:

SOA Suite 12.2.1

Oracle OpenWorld 2015 update

SOA & API Cloud Service

Solutions Catalog & Cloud Marketplace

GSE demo systems

Hybrid sales plays

For the latest information please visit Community Updates Wiki page (SOA Community membership required).

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

How to integrate and extend Oracle CX Cloud solutions? A special webinar for EMEA partners on Dec 17th 2015

image

Maximize the Value of Your CX Investments with Oracle Cloud Platform

With Oracle CX Cloud, companies not only get the most comprehensive CX offering, but also an innovative and powerful cloud platform to extend, analyze and integrate these applications with the rest of the enterprise resources, as well as to optimize them for every user. 

This session outlines the Cloud Platform (PaaS & IaaS) solutions that Oracle provides to streamline cloud development and empowers you to deliver enterprise-grade solutions rapidly and cost effectively. Join this event if you are interested in the most advanced way to extend, analyze and integrate the Oracle CX solutions. In subsequent webinars, we will drive you through further Integration Solutions’ details.

Agenda:

  • Oracle Cloud Platform Overview
  • Practical use case to extend, analyze and integrate Oracle CX Cloud
  • CX extension & integration demo
  • Partner resources
    Schedule:
    December 17th 2015 10:00 am CET

For details please visit our registration page 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

Oracle Cloud: ICS by Frank Munz

clip_image002Quite a while ago (a year before Larry announced the Oracle Public Cloud) I wrote about SaaS applications and a service bus PaaS to interconnect services: “… services are integrated and virtualized by a service bus in the cloud and orchestrated by a workflow system in the cloud [Oracle Middleware and Cloud Computing] “.

Back then it almost seemed like building castles in Spain. Indeed it took several years to build the PaaS service – yet today Thomas Kurian and Larry Ellison announce Oracle’s ICS. Now it’s out there with all the agility that comes with a cloud based solution.

It’s the cloud! So get a test account, play with it, scale it and try to break it!

Let me know what you think using @frankmunz and add: @soacommunity.

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