Tag Archives: ESB

OSB Deployment scripts

UPDATE: For 11.1.1.7 deployment scripts …. see my new post http://nitinaggarwal.wordpress.com/2014/04/04/osb-deployment-scripts-11-1-1-7-using-configtool/   There are several OSB posts regarding the OSB Deployment Scripts available on the internet. For Oracle Service Bus 10.3 & 11g you can use the ANT / WLST deployment scripts provided by Oracle. I went through the post by Edwin http://biemond.blogspot.nl/2010/07/osb-11g-ant-deployment-scripts.html This is the most straight […]

read more

When to use the Oracle Service Bus – OSB

read more

Implementing Security with OSB

I am looking to implement WS Security with OSB for one of our customers, so on doing a quick search the following articles caught my eye. Will be looking at some of these before I decide what would work best for my situation, or whether I need to come up with a new approach all […]

read more

Duplicate instances when using DB adapter in high availability environment.

Many a times I have noticed that when you use DB Adapters (SOA Suite 11g) for integrating with applications like the E Business Suite in a clustered high availability environment, at times there will be multiple instances for the same request. The number of instances each entry in the DB would generate would directly correlate […]

read more

Performace Tunning with OSB – RouterRuntimeCache and Proxy initialisation

As your project grows and the number of proxy services you have in the project grows significantly (>100) you might notice that the performance of the services degrades heavily. This can be attributed to the face that the OSB is now unable to Cache all your services at runtime. OSB caches proxy service runtime meta-data […]

read more

OSB: Remote Server Connection Issue from OEPE

Problem: I am having an issue while trying to connect to my remote OSB server from my eclipse IDE installed as per instructions on oracle blog as per my previous post. I am running the prebuilt Oracle VBox Images for SOA 11.1.1.6.0 Downloaded from http://www.oracle.com/technetwork/middleware/soasuite/learnmore/vmsoa-172279.html Configured it for SOA_OSB_DEV Domain and started the servers which […]

read more

Oracle Service Bus 11g Development Cookbook – Initial thoughts

Hi All, Recently I managed to get my hands on the recently launched Oracle Service Bus 11g Development Cookbook written by some of the industries most talented people in the FMW space, namely Guido Schmutz, Edwin Biemond, Jan van Zoggel , Mischa Kölliker and Eric Elzinga The Book contains several recipes for real life problems we […]

read more

Start Small, Grow Fast

A really useful post by Edwin, Ronald and Demed Start Small, Grow Fast. Start Small, Grow Fast by Edwin Biemond, Ronald van Luttikhuizen, and Demed L’Her A set of pragmatic best practices for deploying a simple and sound SOA footprint that can grow with business demand. Published January 2012 Table of Contents Administrative considerations Does your […]

read more

BPEL vs Oracle Service Bus/Mediator

In continuation to my previous post about comparision between Oracle Service Bus (OSB formerly ALSB) and Mediator (formerly OESB) I thought I would like to extend it a bit to include the comparision with BPEL as well. BPEL Process Manager is the primary composition, orchestration and process engine in the SOA Suite. primarily used for stateful and […]

read more

Oracle Service Bus (OSB) Development Best Practices.

Strive to have a single message representation for as much of the pipeline as possible. This makes it easy to insert things at various points since you don’t have to think about what the current document format is. Always configure the service-level error handler. For non-SOAP services the built-in error handler only returns a transport […]

read more