Adding an ADF Human Task User Interface to our SOA Maven build by Mark Nelson

With the new Maven support in 12c, it is much simpler now to include our ADF projects in our SOA Application build. Continuing on from this earlier post, we will now add the ADF project.
You can do this by opening the Human Task (from the composite view) and clicking on Form and Auto-Generate Task Form.
Then in the popup Create Project dialog box, give the project a name, I used HTUI1, and click on OK. It will take a few minutes to generate the project. When it is done, do a Save All for good measure.
Now if you want to take a look, you will see that you have three POM files – one for the SOA Project (composite), one for the ADF project, and also your application level POM. If you open the application level POM (that’s the one under Application Resources/Build Files, you will see that is is a multi-modules project that lists the other two, as you can see in the image below. It also has some configuration to tell Maven where to find ojdeploy. In this release, we still need to run ojdeploy to build and package the ADF projects, so you do need to have JDeveloper available to your build server if you want to build ADF projects there. 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

You’ve Got Mail: Inbound Email Processing in WLS/OSB integration scenarios by The Cattle Crew

In an integration project we are currently replacing an available integration platform using Oracle Service Bus 11g. Different incoming and outgoing message formats and protocols (HTTP, FTP, SMTP, etc.) are used from the external partners of our customer and therefore have to be supported. With OSB no problem at all, but polling a MS Exchange server for new e-mails is simply not possible with OSB standard tooling. Debt is a bug in MS Exchange server, which advertises that it supports plain authentification for login, but it does not ([1], search for AUTH=PLAIN). So when trying to access an exchange inbox from a proxy service ends up with failures, which cannot be worked around.
So we decided to implement a custom Java service that does the polling, because with plain Java the bug can be worked around by setting the corresponding Java Mail session parameters described in [1]. The challenge from a implementation perspective is that in a clustered environment, a service is in general active on all cluster nodes and so parallel access and therefore multi processing for one specific e-mail is possible. So the service has to be implemented as a Weblogic Singleton service [2] to avoid this. A Singleton service is physically deployed to the cluster and so available on all nodes, but it is only active on one specific cluster node. In case of problems on the node where the service is active, it might be activated on another node in the cluster automatically, depending on the failover configuration in the cluster. 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

Running SCA Tests from Maven by Mark Nelson

In this post, let’s look at how we can run SCA test suites from Maven. To get started, we are going to need a test. Let’s set up our process to add two numbers. Go ahead and open the XML Schema for the inputs and outputs and change it to take two int’s as input and return a single int as output, as shown below:

Now update the assign activity’s copy rule in the BPEL process to add the two numbers together. The “from” part of the copy rule should look like this: 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

Purging Data From the BPEL Store by Matt Brasier

In this recipe, taken from the book Oracle SOA Suite 11g Performance Tuning Cookbook (ISBN: 9781849688840, Packt Publishing) we will remove old BPEL dehydration data and state from the SOA infrastructure database.
Getting ready
You will need to have access to the database on which the SOA_INFRA schema is hosted. In this recipe we’ll be using a command line local to the host on which we installed the database.
You’ll also need access to the SQL scripts bundled with SOA Suite, if you have SOA Suite installed on the host running the database you can find them under: MW_HOME/SOA_ORACLE_HOME/rcu/integration/soainfra/sql/soa_purge
If the database is running on a separate host then you can simple copy the soa_purge directory from the WebLogic Admin server to a directory on the database host, we’ll be using e:\soa_purge for this purpose.
How to do it…
Follow the steps below to run the soa_purge scripts
1. First log into sqlplus as a user with sysdba privileges, and grant the following permissions to the dev_soainfra user then exit the shell 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

Extending the Oracle Sales Cloud with SOA Suite by Gerhard Drasch

Introduction

The Oracle Sales Cloud provides an extensive set of features for extending the user interface, the underlying data model, and allows the use of Groovy scripts to extend or adjust the default business logic. If customers have requirements that go beyond these capabilities, Java Cloud Service is a viable option to build new user interface allowing a seamless UI level integration (see the samples here). If an extension is not driven by UI requirements but rather backend orchestration and integration needs, introducing the Oracle SOA stack is a logical option to consider.

This article describes how business logic implemented in Oracle SOA Suite can be invoked in a secure way while ensuring that the additional logic in SOA Suite can execute in the Sales Cloud user’s security context.
Creating SOA services for the Sales Cloud
For simplicity, we are showing here a basic SOA composite with a BPEL component that is doing nothing than receiving a JWT token from the Sales Cloud and then calling back a web service in the Sales Cloud leveraging this token. Here is an overview of the composite:
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 Community Newsletter October 2014

Dear SOA & BPM Partner Community member,

Thanks for an amazing Oracle OpenWorld 2014 In case you did not attend OpenWorld 2014, make sure you watch the keynotes on-demand. An excellent #OOW14 summery was published by the Amis team and a SOA review was published by the SOA team Congratulations toour community partners around the world who almost won all awards (EMEA, Global, NAS, Innovation Awards…)! Special thanks to Amis for their excellent job in Europe.

In the case you missed OOW14 make sure you attend the OTN Virtual Technology Summit November 18th 2014 and organize for your customers a SOA 12c & BPM 12c launch event.
Thanks to the community for sharing all the articles: Patching the Oracle Service Bus 12.1.3 & Microservices architectures & Examine API integration trends & SOA 12c Encryption & Integration Adaptors including SOA R/3 & Using DB Adapter & Creating a Mobile-Optimized REST API & JSON is flowing through SOA & O-box & MFT & SOA Suite 12c Developer Productivity & A Dirty Dozen Questions on SOA 12c & SOA Suite 11g and 12c: Determining composite dependencies & SOA Suite 12c New Features & SOA Suite 12c and the OPSS Keystore Service & The Oracle Cloud Adapter for Salesforce.com & 2 Minute Tech Tip: Industrial SOA & Upgrading from SOA Suite 10g and 11c & WS-BPEL 2.0 Beginner’s Guide & 2 Minute Tech Tip: Tools for SOA Governance and API Management .

In our BPM section the BPM Suite 12c Launch Webcast is available on-demand. More and more BPM 10g customers make plans to migrate to BPM Suite 12c. Thanks to the Avio and A-Team for publishing articles on BPM 12c Migration & BPM 10g-12c Migration: Handling Excel Files as Input. Thanks for sharing all the additional BPM articles within the community: BPM 12c just got Groovy – A Webcente & Podcast Show Notes: The Case for ACM & BPM 12c Gateways & Navigating BAM 12c & Creating Custom BPM Work List & BPM 11g: Instance Patching.

In our last section Architecture & AppAdvantage we publish article about Applications Cloud Release 8 User Experience Rapid Development Kit.
Our Fusion Middleware Partner Community Forum is scheduled for February 2015. We will showcase and train you in all the new & more solutions you have seen at OOW14!

Best regards Jürgen Kress

To read the newsletter please visit http://tinyurl.com/soanewsOctober2014 (OPN Account required)

To become a member of the SOA Partner Community please register at http://www.oracle.com/goto/emea/soa (OPN account required) If you need support with your account please contact the Oracle Partner Business Center.

image

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

Technorati Tags: newsletter,SOA Community newsletter,SOA Community,Oracle,OPN,Jürgen Kress

Set-up a 12c Service Bus Infrastructure by René van Wijk

imageIn this post, we will show how to create automation scripts in order to set-up middleware environments.
Preparation
In the example, we will use the following software

First, we have to decide which directory structure we are going to use. Below an example is given in which the binaries (that create the run-time) are separated from the configuration. 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

 

What’s New in Oracle SOA Suite 12c? by Andrew Pielage

Introduction
With the recent release of SOA Suite 12c, it seems appropriate to give a quick rundown of some of the new features and improvements made to it from the last release. For those of you who don’t know, SOA Suite is a software collection (or suite, if you prefer) that can be used together to realise a Service-Oriented Architecture.
What’s New?
Oracle have implemented loads of new features and improvements in this latest release, far more than this blog could reasonably explain, so if you want the full list you can find it in this white paper published by Oracle: What’s New in Oracle SOA Suite 12c
Read on for an overview of some of the main features…
Cloud Integration
As with much of the 12c range being released by Oracle, a big push has been made in the Cloud department to keep up with the industry and its current fascination with cloud computing.
Cloud Application Adapters
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

Top tweets SOA Partner Community – October 2014

Send your tweets @soacommunity #soacommunity and follow us at http://twitter.com/soacommunity

clip_image001Oracle Learning Libr Extending Oracle Sales Cloud with Platform as a Service (PaaS) Applications: Released On: 09-Oct-14 http://bit.ly/1shV8W6

clip_image003YouTube

clip_image004IT Convergence 12 things you MUST know about #OracleSOA 12c http://bit.ly/1ohwgao @OracleSOA @soacommunity

clip_image005Rolando Carrasco ·El escenario de Oracle FMW 12c Launch . Rolando C. y Arturo V. Presentando lo nuevo de SOA 12c #sps12c #SPSBicampeon

clip_image006SOA Community 2 Minute Tech Tip: Specialization & Certification http://youtu.be/qOk_gdjiC5s @oraclepartners @ORCLPartnerBiz @Oracle #soacommunity #opn

#industrialSOA my two minutes tech tip http://youtu.be/jdeVKkrQBYU @OracleSOA @Oracle #soacommunity

clip_image007Dain Hansen Welcome to #BPM12c by Niall Commiskey http://ow.ly/2OMEJv @soacommunity

clip_image007[1]Dain Hansen BPM Suite 12c Quick Start Installation by Danilo Schmiedel @dschmied http://ow.ly/2OJXdV

clip_image008OTNArchBeat Viewers have spoken! Here are the Top 10 OTN ArchBeat Videos (Sep 7, 2014 – Oct 6, 2014) http://ora.cl/xf9

clip_image009Andreas Koop News from OpenWorld: Oracle Announces New Innovations in Middleware http://zite.to/1tBDetQ

clip_image010OPITZ CONSULTING #IoT – Live-Demo mit #SOA, #BPM Suite und #Oracle Event Processing 12c – @t_winterberg bei den Launch Events: http://ow.ly/BOco4

clip_image011Fusion Applications #Alta UI: A modern design system for mobile and browser application design and development || http://www.oracle.com/webfolder/ux/middleware/alta/index.html …

clip_image013

clip_image014Yogesh Sontakke We have announced the Oracle iPaaS – Integration Cloud Service – at OOW. Take a look ! http://bit.ly/oracleipaas #OOW14

clip_image016

clip_image017AMIS, Oracle & Java Oracle apps cloud demo for @lucasjellema usableapps’s photo http://i.instagram.com/p/tjigMOST8n/

clip_image018Lucas Jellema I have just published an article on the slightly less grand findings from Oracle OpenWorld 2014 #oow14 #oow_amis http://technology.amis.nl/2014/10/08/oracle-openworld-2014-non-life-altering-observations-but-still-interesting-and-useful/ …

clip_image006[1]SOA Community BPM Suite 12c partner resource kit https://soacommunity.wordpress.com/2014/10/07/bpm-suite-12c-partner-resource-kit/ … #bpm12c @oraclepartners @ORCLPartnerBiz @Oracle #soacommunity

clip_image019Cato Aune Home after a great week at #oow2014. Thanks to @soacommunity and @VikasAatOracle and his team for great meetings and mingling.

clip_image007[2]Dain Hansen Nice shot of the @Transamerica! safe travels my friend! @soacommunity #oow14

clip_image021

clip_image022Jan van Zoggel Patching the Oracle Service Bus 12.1.3 unknown protocol deployment error http://wp.me/p1H430-yo #osb #soasuite12c

clip_image023Ronald Luttikhuizen My latest upload : eProseed – Fusion Middleware 12c Launch Event … on @slideshare http://www.slideshare.net/rluttikhuizen/eproseed-fusion-middleware-12c-launch-event-upgrading-to-12c … via @SlideShare @soacommunity

clip_image025SlideShare

clip_image026O-box #oow14 ODA blog post – it’s quite long as the @OracleODA team have been busy this year! http://o-box.com/2014/10/oda-news-oracle-openworld-2014/ …

clip_image027ORCL PartnerNetwork See why @_keste won an Oracle Excellence Award in Middleware http://bit.ly/1rs1LWz #oow14 @oraclepartners

clip_image008[1]OTNArchBeat Lots of #OOW14 stuff in this week’s Twitter Tuesday Top 10 List. http://ora.cl/Gsd

clip_image028sbernhardt Very valuable blog post on Oracle BPM instance patching by Mark Foster http://bit.ly/1yJU9CL @OracleBPM

clip_image029Manuel Rosa Next up: Bruno Silva with SOA 12c @LinkConsulting #soacommunity

clip_image031

clip_image007[3]Dain Hansen Oracle API Integration trends in the enterprise http://ow.ly/2OGG1D #soa12c via @malatech

clip_image032José Rodrigues Great SOA 12c presentation by Bruno Silva @LinkConsulting 12c Portuguese launch @soacommunity with @Yogesh_Sontakke

clip_image008[2]OTNArchBeat Video: 2 Minute Tech Tip: Tools for #SOAGov and API Management | Luis Weir http://ora.cl/UwG

clip_image003[1]YouTube

clip_image033JDeveloper & ADF Better User Interface- Oracle Alta UI for Oracle ADF 12.1.3 http://dlvr.it/77TXWy

clip_image032[1]José Rodrigues José Pires with the closing statements of the #12c portuguese launch. @soacommunity @Yogesh_Sontakke @LinkConsulting

clip_image006[2]SOA Community Want to run a local #SOA12c & #BPM12c launch event? https://soacommunity.wordpress.com/2014/09/05/run-your-soa-suite-12c-and-bpm-suite-12c-local-partner-launch-event/ … @oraclepartners @ORCLPartnerBiz #soacommunity

clip_image007[4]Dain Hansen Are you following us on #SOA12c #soacommunity #oow14? Send us your pics!

clip_image014[1]Yogesh Sontakke Just delivered a keynote for our customers in Lisbon on #soasuite12c #bpm12c, excellent event & audience by @LinkConsulting @soacommunity

clip_image029[1]Manuel Rosa Full crowd hearing @Yogesh_Sontakke on BPM and SOA 12c new cool features #soacommunity @LinkConsulting

clip_image029[2]Manuel Rosa Oracle #BPM & #SOA #12c Portuguese launch Event with @LinkConsulting @JoseRodBPM and @Yogesh_Sontakke #soacommunity

clip_image008[3]OTNArchBeat BPM 11g: Instance Patching Revisited: Inability to Create New Instances | Mark Foster http://ora.cl/NYR

clip_image034Jürgen Menge #SOA 12c Launch Event von Opitz in DUS und MUC am 23.+28.10.- http://www.opitz-consulting.com/alle_veranstaltungstermine/auf_einen_blick.php?vid=1076 …

clip_image017[1]AMIS, Oracle & Java Blog by Robbrecht van Amerongen: “Oracle Cloud demystified, Overview of Oracle Cloud offerings based on Open Wor… http://ift.tt/1vKhTC0

clip_image006[3]SOA Community BPM Suite 12c partner resource kit http://wp.me/p10C8u-36A

clip_image026[1]O-box Blog post: summary of O-box presentations (inc slides) at #oow14 http://o-box.com/2014/10/o-box-oracle-openworld-2014/ …

clip_image035Andrejus Baranovskis New ADF Alta UI for ADF UI Shell http://fb.me/1mwKgX9Ey

clip_image036Oracle SOA API Integration Trends in the Enterprise #soa12c #oow14 #api http://ora.cl/RrB

clip_image008[4]OTNArchBeat Video: 2 Minute Tech Tip: #IndustrialSOA | Jurgen Kress #oow14 http://ora.cl/pcD

clip_image003[2]YouTube

clip_image036[1]Oracle SOA Examine API integration trends in the enterprise @searchsoa @malatech #api #soa12c #oow14 http://ora.cl/ilx

clip_image023[1]Ronald Luttikhuizen Finishing up my slides for the eProseed #soa and #bpm 12c launch event at @Oracle_NL tomorrow. Topic: migration from SOA/BPM 10g/11g to 12 c

clip_image037orclateamsoa #orclateamsoa Blog: BPM 11g: Instance Patching Revisited: Inability to Create New Instances http://ow.ly/2OG99M

clip_image010[1]OPITZ CONSULTING Die spannendsten neuen Features in #SOA und #BPM Suite 12c – mit S. Bernhardt & S. Huskic bei unseren Launch Events: http://ow.ly/BOc4W

clip_image008[5]OTNArchBeat Creating a Mobile-Optimized REST API Using #OSB – Part 1 | Steven Davelaar http://ora.cl/ZJ9

clip_image038Luis Augusto Weir My 2 min techtip wtih @OTNArchBeat https://www.youtube.com/watch?v=fgi2pF1encI&feature=youtu.be … @soacommunity also more tools on my blog post: http://www.soa4u.co.uk/2014/09/soa-api-development-tools-tips.html … #oow14

clip_image003[3]YouTube

clip_image039AVIO Consulting AVIO Blog – Creating Custom BPM Work List for Human Tasks based in ADF http://bit.ly/AVIO_CustomBPMWorklist … #oraclebpm

clip_image006[4]SOA Community BPM Suite 12c Community feedback http://wp.me/p10C8u-36y

clip_image040Herb Stiel Oracle Integration as a Service OpenWorld 2014 session http://www.boxfusionconsulting.com/boxfusion-blog/integration-as-a-service/ …

clip_image041Vikas Anand Oracle #ipaas: nice summary of our session! Looking forward to #soacommunity blogs:safe travels! http://www.boxfusionconsulting.com/boxfusion-blog/integration-as-a-service/ …

clip_image042Arturo Viveros coolest new products at #oow14 for me: API Catalog & API Manager!! #SPSBicampeon #soacommunity

clip_image005[1]Rolando Carrasco The Oracle BPM cloud also looks great. That will be something our customers will like #soacommunity @soacommunity

clip_image005[2]Rolando Carrasco My fav prod was API Catalog & Manager.The integration with the SOA stack with those products is great @soacommunity @SOASimone #soacommunity

clip_image006[5]SOA Community Adaptive Case Management – Exposing the API – part 2 by Roger Goossens http://wp.me/p10C8u-37b

clip_image038[1]Luis Augusto Weir Excellent #SOA CAB. Nice dinner and great to officially finish #oow14 with a nice dinner with SOA PMs, @soacommunity and other @oracleace

clip_image043Danilo Schmiedel Exciting #oow14. Special thanks to @oracleace and @soacommunity for organizing unique Networking Events! That makes partners succesful.

clip_image044Bruce Tierney From the Oracle SOA product management team thank you for an amazing #OOW14 @soacommunity

clip_image046

clip_image043[1]Danilo Schmiedel @tierneybruce @VikasAatOracle @soacommunity Great Team! Thanks for the exciting days!

clip_image007[5]Dain Hansen @soacommunity have a safe trip back! Great catching up with you this week #oow14

clip_image047Jon petter hjulstad This has been the best #OOW week ever! Will celebrate my birthday today with a relaxing breakfast before leaving to Norway

clip_image048shay shmeltzer My short #oow14 summary for #OracleADF and #OracleMobile developers – the key things you should know – https://blogs.oracle.com/shay/entry/an_oow_summary_from_the …

clip_image038[2]Luis Augusto Weir @manelrosa @soacommunity @OTNArchBeat API Catalog very soon. Talk to Mark to become early adopter, API Manager 2015 Not sure which Q 🙂

clip_image049Greg Very helpful visuals from @dschmied in understanding how to model a case in #oraclebpm #OOW14 @soacommunity

clip_image050Frank Dorst Thank you! RT @soacommunity: Special thanks to all partners joining #oow14 spending an exciting week with middleware #soacommunity @oracle

clip_image006[6]SOA Community Special thanks to all partners joining #oow14 spending an exciting week with middleware #soacommunity @oracle

clip_image006[7]SOA Community Two rules of David smell your food it might not be chicken & If you use an API know what it does! #bpm12c #oow14

clip_image051David Shaffer #oow2014: no one knows about new Oracle home-grown SAP adapter. Every SOA Suite cust who has SAP should check out http://bit.ly/YUXgYe

clip_image050[1]Frank Dorst End-to-end native REST in SOA Suite, Next on the SOA Suite 12c roadmap, #oow14

clip_image050[2]Frank Dorst Oracle Stream eXplorer: simple data analysis for business exploration of real time streams. Business layer on OEP. #oow14

clip_image051[1]David Shaffer Just spotted at #oow2014: Clemens Utschig-Utschig! For you Oracle SOA Suite old-timers…

clip_image007[6]Dain Hansen All about Process Cloud Service. #oow14 @holgermu http://cloud.oracle.com/process

clip_image053

clip_image054Ahmed Aboulnaga Finally happy to see full SOAP messages and namespaces in the #BPEL 12c flow? I am! #oow14 #soasuite #soa12c #egoug

clip_image055Olve Slind A really good Oracle Service Bus 12c presentation by @WunderlichRd and @SOASimone with exciting roadmap and good Q&A #soasuite12c #oow14

clip_image006[8]SOA Community Hey Dutch team get your beer now at #otnlounge via IoT at Moscone South cool showcase beer via twitter a dream!

clip_image017[2]AMIS, Oracle & Java Announcement by @markxnelson: The #OTN #Maven Repository. See http://maven.oracle.com #oow14 #egoug #soacommunity

clip_image056Craig Barr Excited session at #OOW! Developing #Fusion in the Cloud. @AntonyJReynolds @RubiconMatt @ramkumarmenon @soacommunity

clip_image038[3]Luis Augusto Weir At the most awaited session #API Mng with #OER 12c Moscone South 236 #oow14 @soacommunity @OTNArchBeat

clip_image054[1]Ahmed Aboulnaga Announcement by @markxnelson: The #OTN #Maven Repository. See http://maven.oracle.com #oow14 #egoug #soacommunity

clip_image042[1]Arturo Viveros A global award is coming home to Mexico!! #SPSBicampeón #oow2014 #soacommunity

clip_image057Rajesh Raheja @Luisw19 @soacommunity thanks for stopping by and feedback. Glad you liked the new Integration Cloud Service.

clip_image008[6]OTNArchBeat FREE OTN Virtual Tech Summit Nov 19. #FMW track sessions by @lucb_ @lonnekedikmans @gschmutz http://ora.cl/CDH

clip_image023[2]Ronald Luttikhuizen The Oracle Fusion Middleware 12c Live Development Demo is in full swing! @soacommunity @lonnekedikmans @lucasjellema

clip_image026[2]O-box Find out about @OracleODA networking & deploying SOA today at 4:45pm #oow14 MS 200 https://oracleus.activeevents.com/2014/connect/sessionDetail.ww?SESSION_ID=8004 …

clip_image059

clip_image043[2]Danilo Schmiedel Unique Networking experience! Thanks to @soacommunity for a nice evening with the SOA PM Team and Partners around the globe. #oow2014

clip_image060John Sim @soacommunity thanks for organising and putting the effort in; great event looking forward to next year! Jurgen and team rock 😉

clip_image061Nethi N Rao @partner meet..# oow14.@IT_Convergence @SOASimone @soacommunity @NatashaKotovsky ..Dave berry..dimitry..peter..

clip_image063

clip_image049[1]Greg Thank you Jürgen and @soacommunity for a great social event at #oow14

clip_image037[1]orclateamsoa http://ow.ly/i/74bkR @soacommunity party partner style!!!!! Thanks Partner community for all the work that you do!!!

clip_image064Matt Wright State Revenue Office and @rubicon_red win #Oracle excellence award for @OracleBPM at #oow14. Great result for @OracleANZ

clip_image007[7]Dain Hansen @dainsworld ·  Oct 1

Congrats @RubiconMatt with all the help with so many FMW Innovation Award winners #oow14 #soa12c

clip_image006[9]SOA Community And a global #ofmaward goes to Australia congratulations to @rubicon_red for the #bpm12c award – one more!

clip_image006[10]SOA Community The muppet show balcony at the #ofmaward – special contribute to all ofm partner & customers 😉 #soacommunity

clip_image005[3]Rolando Carrasco Inside the event . Fusion middleware innovation awards @soacommunity #SPSBicampeon #oow14

clip_image023[3]Ronald Luttikhuizen Never knew that you could get such a firm pat on the back from @soacommunity 🙂

clip_image006[11]SOA Community Special thanks to the PTS team who trained all the partners who won the #ofmawards with their customers – you are key

clip_image006[12]SOA Community Congratulations to our friends from @eaiesb for the global BPM ofmaward #soacommunity wins all! @oracle #oow14

clip_image006[13]SOA Community Congratulations to our friends from @_keste for the mobile global ofmaward does our #soacommunity win all of them?

clip_image006[14]SOA Community Congratulations to @eProseed for the global #ofmawad great job great partner #soacommunity #oow14

clip_image011[1]Fusion Applications Because of my new job, I’m CTO now, I’ve got to do my demo’s by myself… #OOW14

clip_image065Oracle @Oracle #Oracle Cloud #PaaS services allow developers to build rich apps & business users to harness the platform. #oow14http://ora.cl/DFi

clip_image017[3]AMIS, Oracle & Java Ellison explains how to upgrade and modernize a database and java app. And move it to the cloud. @oracleopenworld

clip_image005[4]Rolando Carrasco Oracle API Catalog. Easy, natural and well designed web Ui #oow14 #SPSBicampeon

clip_image026[3]O-box Full room for SOA Performance Tips at #oow14 Oracle A-team shows the importance of baking best practices into your SOA platform 🙂

clip_image054[2]Ahmed Aboulnaga “Reconsider that decision to have only one #OSB domain to handle both batch and online requests.” ~SOA Tips & Tricks #oow14 #egoug #soasuite

clip_image018[1]Lucas Jellema Oracle Application Builder Cloud Service – develop rich ui apps in the cloud. No dates yet #oow14 #oow14

clip_image007[8]Dain Hansen Lots of IPaaS awesomeness #oow14 #soa12c #bpm12c

clip_image067

clip_image068Amit Zavery Oracle Announces New Innovations in Oracle Fusion Middleware, the Leading Cloud Platform for Today’s Digital Business http://finance.yahoo.com/news/oracle-announces-innovations-oracle-fusion-210000170.html?soc_src=mediacontentstory …

clip_image069Torsten Winterberg Oracle announces IoT Cloud. Good to see the completeness in the Cloud offering. #oow14

clip_image064[1]Matt Wright @JRSim_UIX @soacommunity many thanks. It’s great that #Oracle #soa12c enables us to deliver #cloud integration so quickly.

clip_image028[1]sbernhardt Released blog post about architectural thoughts regarding Microservices and SOA http://ow.ly/C64ZS #thecattlecrew @OC_WIRE @soacommunity

clip_image038[4]Luis Augusto Weir Just finished the 2min tectip with @OTNArchBeat @brhubart Super fun! @oracleace @soacommunity suggest you do it too 🙂 #oow14

clip_image006[15]SOA Community Will keep in mind the moment of a proud team together with @azavery when integration cloud was launched #soacommunity

clip_image071

clip_image006[16]SOA Community Demo of the Integration Cloud Service by @VikasAatOracle was the best of #oow14 today. Thanks to the whole team for the great solution!

clip_image072Douwe P. van den Bos This is starting to look very interesting! (At the ICS HoL) #oow14

clip_image074

clip_image064[2]Matt Wright Engineers Australia acknowledging @rubicon_red delivering salesforce integration in 3 weeks on #soa12c @soacommunity

clip_image069[1]Torsten Winterberg Case Management in Oracle BPM Suite rocks! Excellent Roadmap! All we requested, good news! #oow14

clip_image069[2]Torsten Winterberg I like the new UI pattern Oracle is using consistently. Event Processing with Streamexplorer and BAM generation in SOA only 2 cool examples.

clip_image075✭ Usable Apps Lucas from ADF powerhouse @AMIS_Services checks out OAUX Simplified UI rapid dev kit for Apps Cloud #oow14

clip_image069[3]Torsten Winterberg Oracle Integration Cloud Service (ICS) will deliver Gregor Hohpe EAI Pattern in an easy way. Great to hear! #oow14

clip_image050[3]Frank Dorst Native end-to-end JSON in the next release of OSB & SOA Suite: http://blog.whitehorses.nl/2014/09/29/json-is-flowing-through-soas-veins/ … #oow14

clip_image069[4]Torsten Winterberg Had discussion with the Oracle Integration Cloud guys. Tooling really looks promising. Looking forward to SAP and Salesforce adapter #oow14

clip_image076gschmutz Want to quickly implement a real-time event streaming application? Use Oracle StreamXplorer #oow14 #fastdata #oep View more photos and videos

clip_image050[4]Frank Dorst 12c release of WebCenter Content will enhance integration with SOA Suite, i.e. to raise content events. #oow14

clip_image018[2]Lucas Jellema Stream Explorer has predefined business patterns that can be reused in Explorations to analyze data in motion for business value #oow14

clip_image076[1]gschmutz Unveiling StreamXplorer at #oow14. Making event peocessing availble to the business user! CEP no is longer complex!

clip_image006[17]SOA Community Larry will be able to build applications live on stage with the new Middleware PaaS services otherwise 7-Eleven can help Thomas Kurian#oow14

clip_image077Oracle Middleware Thomas: If you can use Facebook, you can use @Oracle Document #Cloud Service, Oracle #Social Network Cloud Service. It is that easy. #OOW14

clip_image068[1]Amit Zavery Thomas Kurian now covering Data Integration strategy covering data lake, big data, metadata mgmt, change data capture, ETL and data quality

clip_image007[9]Dain Hansen Thomas Kurian just the word #Kafka together w #ODI12c #GoldenGate12c #Hadoop. How awesome to integrate big data http://blogs.oracle.com/dataintegration

clip_image007[10]Dain Hansen .@VikasAatOracle joins Thomas Kurian for live demo of Oracle Integration Cloud Service http://cloud.oracle.com/integration #ipaas

clip_image079

clip_image023[4]Ronald Luttikhuizen Building integrations between on premise and cloud apps by dragging & dropping #oow14 @VikasAatOracle not sweating this demo #easy

0 replies

clip_image006[18]SOA Community Building integrations live on stage using the integration cloud – so easy I will do it! #soacommunity

clip_image077[1]Oracle Middleware Thomas discussing new integration, #BPM offerings and capabilities at #fmw keynote. #oow14 http://ow.ly/i/736PW

clip_image023[5]Ronald Luttikhuizen Thomas Kurian now joined by @VikasAatOracle for Integration Cloud Service demo! #oow14

clip_image081

clip_image006[19]SOA Community service integration cloud live demo by @VikasAatOracle at Thomas Kurian keynote #oow14 very cool

clip_image044[1]Bruce Tierney @SOASimone presenting at #oow14 headliner Service Integration session. Tons of new features & enthusiasm #oraclesoa

clip_image076[2]gschmutz Oracle integration cloud service making integration between SaaS applications really simple now at #oow14 @VikasAatOracle #cloud

clip_image050[5]Frank Dorst Simplicity. With the new Oracle Integration Cloud Service, you don’t deploy integrations, you activate them! #ICS #oow14

clip_image038[5]Luis Augusto Weir New product: SOA Suite Cloud Service. #OOW14

clip_image076[3]gschmutz @VikasAatOracle talking about stream xplorer. Simplifying (complex) event processing can’t wait to use it 🙂

clip_image007[11]Dain Hansen @SOASimone shaking things up like a SOA rock star. Spotlight on #soa12c https://blogs.oracle.com/SOA/entry/don_t_miss_service_integration …

clip_image050[6]Frank Dorst Simple upgrade: SOA Suite Composites resume from where they were in 11g after upgrade to 12c! #oow14

clip_image050[7]Frank Dorst Great summary of the killer improvements for Oracle SOA Suite 12c (12.1.3) during the Oracle Service Integration Roadmap session at #oow14

clip_image082Robert Szilinski Service Integration Product Strategy and API Management #OOW14 @soacommunity with @SOASimone and @VikasAatOracle

clip_image038[6]Luis Augusto Weir New product: API Catalogue ! Looks amazing, simple to use, very fast bootstrap! #oow14 @soacommunity

OTN interview with legendary @OTNArchBeat Bob tech tip on #OPNSpecialization free SOAbootcamp http://www.oracle.com/Goto/EMEA/soa

clip_image069[5]Torsten Winterberg Oracle is launching the Integration Cloud Service (ICS) today. Currently Vikas explaining the advantages! #oow14 @soacommunity

clip_image007[12]Dain Hansen Good morning #oow14! Can’t wait on this one: Oracle Integration Cloud Service http://cloud.oracle.com/integration #soa12c #iPaaS

clip_image007[13]Dain Hansen BPM Process Cloud – not to miss #OOW14 https://soacommunity.wordpress.com/2014/09/25/bpm-at-oracle-openworld/ … @OracleBPM #BPM12c #soacommunity

clip_image007[14]Dain Hansen Good morning #oow14! Looking forward to learning more about Oracle Process Cloud Service https://cloud.oracle.com/process #bpm12c

clip_image008[7]OTNArchBeat FREE OTN Virtual Tech Summit Nov 19. #FMW Track focus on #OraclMAF #JDeveloper #OEPE #SOASuite, and more. http://ora.cl/iSt

clip_image083Meera Srinivasan @soacommunity Oracle BPM in the Cloud ! Business driven rapid process application development & mgmt https://cloud.oracle.com/process

clip_image047[1]Jon petter hjulstad BPM CAB was good- The future is bright, and ACM was the highlight!

clip_image017[4]AMIS, Oracle & Java Oracle Integration Cloud Service is about to be unveiled: https://blogs.oracle.com/SOA/entry/big_news_oracle_integration_cloud … #OOW14

clip_image084Sri Ayyeppen @_keste winner 2014 Middleware Solution Excellence – North America!!! Way to go! Thank you! #OOW14 #Keste10Years

clip_image043[3]Danilo Schmiedel Prasen from Oracle PM just made my day 🙂 Seriously great stuff is on the BPM roadmap. Exciting #oow14 so far! @soacommunity

clip_image043[4]Danilo Schmiedel Now Prasen is presenting Oracle Adaptive Case Management Enhancements and Roadmap. The things I am hearing making me happy! @soacommunity

clip_image041[1]Vikas Anand OpenWorld Preview: Service Integration Strategy Session – Cloud, API Mgmt: Simone and I talk about #SOA12c & beyond https://blogs.oracle.com/SOA/entry/don_t_miss_service_integration …

clip_image043[5]Danilo Schmiedel Just presented a few slides about a recent BPM project where we implemented a combination of BPM, SOA, WebCenter & BAM at BPM CAB #oow14

clip_image043[6]Danilo Schmiedel Today BPM Customer Advisory Board. The Product Management is showing very good demos about Predictive Analytics & BPM Process Cloud #oow14

clip_image037[2]orclateamsoa http://ow.ly/i/72m2D the SOA 12C beta lab getting ready!! #oow14 @soacommunity @orclateamsoa @OracleSOA

clip_image038[7]Luis Augusto Weir Nothing like seeing your own book at #OOW14 bookstore @soacommunity

clip_image007[15]Dain Hansen Congrats! AMIS wins Oracle Specialized Partner of the Year 2014 EMEA Middleware http://ow.ly/2Olmpr #soa12c @soacommunity

clip_image026[4]O-box RT @TammyBednar: #OOW14 Deploy SOA on Oracle Database Appliance in hours! http://bit.ly/oowObox

clip_image038[8]Luis Augusto Weir Excellent WOA/MOA by @lucasjellema ! Setting the bar high for rest of presentations! @soacommunity #oow14

clip_image006[20]SOA Community AMIS wins Oracle Specialized Partner of the Year 2014 – EMEA Middleware http://wp.me/p10C8u-36j

clip_image017[5]AMIS, Oracle & Java Blog by AMIS Friends of Oracle and Java: “AMIS wins Oracle Specialized Partner of the Year 2014 – EMEA Middleware” http://ift.tt/108k2N8

clip_image041[2]Vikas Anand Big News: Oracle iPaaS Cloud Integration OpenWorld Sessions #oow14 #ipaas #soa12c #soacommunity https://blogs.oracle.com/SOA/entry/big_news_oracle_integration_cloud …

clip_image017[6]AMIS, Oracle & Java Proud moment! AMIS wins the EMEA Partner Award fort Middleware! Thanks to all customers, colleagues and Oracle.

clip_image043[7]Danilo Schmiedel Awesome! Oracle SOA PMs are showing some early (and real) demos to the partner community. Thanks to the excellent team! @soacommunity #OOW14

clip_image038[9]Luis Augusto Weir Excellent PAC session today !! Thanks @soacommunity

clip_image085Deepak Arora @VikasAatOracle rocking the SOA BPM partner summit @soacommunity !!!

clip_image041[3]Vikas Anand ·OOW kicks off with Partner council meet #SOA12c #soacommunity #oow14

clip_image087

clip_image038[10]Luis Augusto Weir Good article on BPMN vs UPN http://plmhat.wordpress.com/2011/11/30/upn/ @soacommunity

clip_image088Siva published a service bus 12c tutorial http://wp.me/pEWnt-hL #soa12c @soacommunity

clip_image089Waslley Souza Using DB Adapter in SOA Suite 12c – http://go.shr.lc/1mLxXDm via @shareaholic

clip_image090Lonneke Dikmans new book on BPEL 2.0 with SOA Suite 12c by Matjaz https://www.packtpub.com/hardware-and-creative/ws-bpel-20-beginner%E2%80%99s-guide …

clip_image008[8]OTNArchBeat Video: 2 Minute Tech Tip: #BPM Process Patterns Using #BPMN | Dan Atwood #2MTT http://ora.cl/ag0

clip_image008[9]OTNArchBeat Podcast: The Case for ACM w/ @lonnekedikmans @nicovanbenthem @dschmied @t_winterberg #oracleace http://ora.cl/wek

clip_image037[3]orclateamsoa #orclateamsoa Blog: BPM 10g-12c Migration: Handling Excel Files as Input http://ow.ly/2OaZZP

clip_image077[2]Oracle Middleware Bringing apps and middleware together at #OOW14. Key General Sessions, customer/partner participation and more. http://ow.ly/BVRzG

clip_image077[3]Oracle Middleware His interview in Sep edition of #FMW newsletter is a perfect precursor to Group VP @azavery ‘s talk at #OOW14. http://ow.ly/BS6g4

clip_image008[10]OTNArchBeat #OOW14 Annual Bloggers Meetup, Oct 1, 5:30pm. Click for more info. http://ora.cl/F3I

clip_image018[3]Lucas Jellema Check out the Simplified UI Rapid Development Kit for quickly creating your own ADF appls with Simplified UI http://www.oracle.com/webfolder/ux/applications/successStories/oracleApplicationsCloudRelease8.html …

clip_image091OracleADF New Oracle Mobile Application Framework Version (2.0.1) Now Available http://dlvr.it/70kDQs

clip_image077[4]Oracle Middleware Taking Enterprise File Exchange to the Next Level with Oracle Managed File Transfer 12c #soa12c #mft #oow14 http://ora.cl/Z4J

clip_image039[1]AVIO Consulting See AVIO’s Dan Atwood provide a 2 Minute Tech Tip on the OTNArchBeat Youtube channel: http://bit.ly/1xgXsQe #oraclebpm

clip_image092YouTube

clip_image093Vivek Garg Invoke #REST Service using #REST binding in #SOA12c #soaworkblog @soaworkblog @soacommunity http://www.soawork.com/2014/09/soa-12c-invoke-rest-service.html …

clip_image094Antony Reynolds Some really cool new features to help manage Your APIs with Oracle Enterprise Repository http://bit.ly/1pqThby #api #oow14 #soa12c

clip_image095ISE GmbH Thank you to all participants of our soa 12c launch event @esentri @scope_alliance @soacommunity

clip_image043[8]Danilo Schmiedel My 2 Minute Tech about Oracle Case Management. Thanks @OTNArchBeat – 2 minutes of fun! I like the Tech Tip format. @soacommunity

clip_image014[2]Yogesh Sontakke Amis SOA Suite 12c articles http://wp.me/p10C8u-33q via @soacommunity #soasuite12c

clip_image032[2]José Rodrigues We always keep our promises… New @LinkConsulting ‘s Oracle Solutions site now in English. http://goo.gl/BKBs8B @soacommunity

clip_image096esentri SOA Suite 12 launch..@soacommunity Johannes talking about main New Features..@scope_alliance launch Event nuernberg.

clip_image037[4]orclateamsoa #orclateamsoa Blog: Oracle BPM 12c just got Groovy A Webcenter Content Transformation Example http://ow.ly/2NTsPL

clip_image008[11]OTNArchBeat Oracle #BPM12c just got #Groovy – A #Webcenter Content Transformation Example | Christopher Karl Chan http://ora.cl/dQF

clip_image097Adam DesJardin SOA Suite 12c – Partition Level Security – http://go.shr.lc/Zbatg8 @soacommunity

clip_image098luc bors The eagle has landed. Feels great 2 have the book in my own hands. Thanks 2 all who were involved! #OracleMAF #proud

clip_image008[12]OTNArchBeat RT @AntoniouAntonis: #BPMSuite12c Gateways (Part 2 of 5): Inclusive Gateway http://antonis-antoniou.blogspot.com/2014/09/oracle-bpm-12c-gateways-part-2-of-5.html …

clip_image007[16]Dain Hansen Engineers Australia talks at #OOW14 about #cloud integration with SalesForce using #SOA12c http://bit.ly/rxr102

clip_image029[3]Manuel Rosa ‘s Oracle Solutions (English version) site is out: http://goo.gl/BKBs8B More content soon @JoseRodBPM @soacommunity

clip_image094[1]Antony Reynolds Slicing the EDG (Antony Reynolds’ Blog) http://bit.ly/1rmjijD Different ways to configure SOA Suite

clip_image007[17]Dain Hansen What’s New With Fast Data at Oracle Open World 2014? http://ow.ly/2NLYoe #fastdata #oow14 via @malatech

clip_image093[1]Vivek Garg Create #REST Services in #SOA12c #soaworkblog @soaworkblog @soacommunity http://www.soawork.com/2014/09/soa12c-create-rest-services.html …

clip_image099Sabine Leitner Is simplifying #SaaS causing the #cloud to become complicated? SOA is the solution: http://bit.ly/1o8vj5I

clip_image006[21]SOA Community thanks to 6000 followers 🙂 send us your #soa12c & #bpm12c news @soacommunity #soacommunity your are the community!

clip_image101

clip_image102Whitehorses Whiteblog: BPEL 11g threads in parallel flow (http://goo.gl/F7aqKw )

clip_image103Jorge Marquez Rave Top tweets SOA Partner Community – August 2014 Send your tweets soacommunity #soacommunity and follow us at …

clip_image104Dinesh Ram Kali. How to run #FMW 12c on the Cloud?Find more here: #OracleFMW #SOA 12c #soacommunity http://wp.me/p2RjMP-4p0

clip_image105Natasha K. Rogers A Dirty Dozen Questions on Oracle #SOA12c You Need Answered, but Feared to Ask….http://bit.ly/1tHF15M #SOAcommunity

clip_image004[1]IT Convergence 14 Tips on Establishing Good #OracleSOA Governance: http://bit.ly/1e16dPn @OracleSOA @soacommunity

clip_image004[2]IT Convergence A Dozen ?’s on #OracleSOA 12c you fear to ask, but must answer: http://bit.ly/1Av4mP4 @OracleSOA @soacommunity

clip_image017[7]AMIS, Oracle & Java Blog by Maarten Smeets: “Oracle SOA Suite 11g and 12c: Determining composite dependencies to the level of operations” http://ift.tt/1mb95Vf

clip_image077[5]Oracle Middleware The #FMW newsletter Sep edition is now out. Get info on don’t miss sessions for #OOW14, latest BPM launch, and more http://bit.ly/1u1m1PL

clip_image039[2]AVIO Consulting AVIO Consulting Blog – Navigating Oracle BAM 12c Composer’s New “Administrator” Page http://bit.ly/AVIO_BAM12cAdminPage … #oraclefmw

clip_image106Maarten Smeets Determining SOA Suite 11g & 12c composite dependencies to the level of individual operations http://bit.ly/1DkeAGb @soacommunity @oraclesoa

clip_image041[4]Vikas Anand @soacommunity @Oracle #soacommunity thank you Juergen and our amazing partner community: safe travels!

clip_image090[1]Lonneke Dikmans And special thanks to @soacommunity for organizing all the excitement 🙂

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 Mix Forum

Technorati Tags: twitter,SOA Community twitter,SOA Community,Oracle SOA,Oracle BPM,BPM Community,OPN,Jürgen Kress

SOA Suite 12c article series by Vivek Garg

Thanks to Vivek for all his blog posts about SOA Suite 12c:

Thanks to Vivek for all his blog posts about SOA Suite 12c:

With the release of Oracle SOA 12c, Oracle introduces SOA Debugger in Jdeveloper which helps developer to test and debug the composite. This makes developer life really easy. Earlier in 11g we follow below development cycle.

  • Build code in Jdeveloper
  • Deploy it to Server
  • Test it in EM console and debug it using flow traces

If we see any issue with the code then again we have to repeat above steps. But with the introduction of SOA Debugger development cycle got reduced as trouble shooting environment is provided with in Jdeveloper only. We can add breakpoints in the code and troubleshoot it in debug mode. During debugging you can also change value of the variable or xml element. In this post, I will show how this SOA Debugger works. We will use HelloWorld sample which we built in previous post. Follow below steps to debug your composite using SOA Debugger. First we need to start the debugger if already not started. You can start the debugger in two ways. Either by right-clicking composite file and click on Debug or click on red button in menu bar as highlighted in below screen shot. 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