Category Archives: Uncategorized

BPM 10g Performance Tuning Whitepaper published

My colleague Sushil Shukla and I have just published our BPM 10g Performance Tuning whitepaper on the Oracle BPM website, you can access the PDF directly here. The whitepaper covers topics like: Environment considerations Application design considerations Tuning the BPM … Continue reading

Posted in Uncategorized | Tagged , , , , | Leave a comment

Mobile worklist

Inspired by a comment from Flávio Fonseca, I decided to experiment with making the worklist render for a mobile device using JQuery Mobile. Turns out it is pretty easy to do.  All I did was change the style sheets and the … Continue reading

Posted in Uncategorized | Tagged , , | 9 Comments

Introduction to the Sales Order Entry application

This post is part of a series on building a modern web-based interface for E-Business Suite using Oracle ADF with Oracle Service Bus providing services between EBS and the front end. Our (imaginary) client wants a new, modern, web-based Sales … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

Introductory presentation on custom worklist

Last week, I did a presentation at the InSync11 conference which is organised by Oracle User Groups that provided an overview of the custom worklist sample.  I am sharing the presentation material here for those who may be interested but … Continue reading

Posted in Uncategorized | Tagged | 2 Comments

Installer cannot access the oraInventory

Ran into another interesting little challenge today.  While installing SOA Suite onto a machine which already had another, completely separate Oracle product installation on it (albeit under a different userid), the installer helpfully reported that it could not access /home/oracle/oraInventory. … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

RCU cannot connect to database with SYS user

Today I found an interesting little issue when trying to use RCU to create schemas for a middleware installation.  RCU could not connect to the database with the SYS user.  I could connect with other users, like SYSTEM for example, … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

Getting started with Continuous Integration for OSB

As a first step towards including Oracle Service Bus projects into our Continuous Integration environment, let’s look at how to script exporting some project(s) from Oracle Enterprise Pack for Eclipse (the IDE for OSB) and deploying those project(s) to an … Continue reading

Posted in Uncategorized | Tagged , | 5 Comments

SOA Quickstart Guide

Our Product Management team have released an updated verison of the SOA Quickstart Guide, which is available here.

Posted in Uncategorized | Tagged | Leave a comment

Mastering BPM Webinar Series

On Thursdays starting August 18th and running to September 29, Oracle will be hosting a seven part webinar series on Mastering BPM 11g. For more details see here.  If you would like to attend, please register here. The September 15 … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

Extending Continuous Integration to include Human Task UI projects

If you have been following our series of posts on Continuous Integration, you will have seen that we have got SCA composites containing various components including BPEL, BPMN, Spring and Rules and also SCA Test working in a Hudson/Maven/Subversion continuous … Continue reading

Posted in Uncategorized | Tagged , , , , , | 3 Comments