view counter

SOA Feed

Oracle SOA Suite 10g and 11g resources, news, and support articles.

SOA 11g: Coherence cluster setup on laptop

When you follow the instruction to setup a SOA 11g cluster, you should have multiple servers, loadbalancers, etc. But sometimes you want to setup a SOA 11g cluster on your local machine/laptop. You can still follow the instructions in the documentation. But there is one issue regarding clustering fo SOA 11g. This is related to Oracle Coherence. Coherence wants a physical IP address. If you are using a localhost IP adres; 127.0.0.1 and 127.0.0.1 as Coherence it is still using the IP adress of the network card.

SOA 11g: Coherence cluster setup on laptop

When you follow the instruction to setup a SOA 11g cluster, you should have multiple servers, loadbalancers, etc. But sometimes you want to setup a SOA 11g cluster on your local machine/laptop. You can still follow the instructions in the documentation. But there is one issue regarding clustering fo SOA 11g. This is related to Oracle Coherence. Coherence wants a physical IP address. If you are using a localhost IP adres; 127.0.0.1 and 127.0.0.1 as Coherence it is still using the IP adress of the network card.

Domain Value Maps in Oracle Service Bus

Imagine you are performing a mapping in Oracle Service Bus where a field in your source message may contain one of a number of different values which gets mapped to one of a number of different values in the target message, e.g. you might need to map airport names to airport codes:

XPath by example in Oracle Service Bus

Oracle Service Bus (and the other products in the SOA Suite) is designed to help you solve the majority of common integration scenarios without writing any code. However, as one customer pointed out to me recently:

“You may not have to write any code, but you still need to write XPath which is just as complicated!”

XPath by example in Oracle Service Bus

Oracle Service Bus (and the other products in the SOA Suite) is designed to help you solve the majority of common integration scenarios without writing any code. However, as one customer pointed out to me recently:

“You may not have to write any code, but you still need to write XPath which is just as complicated!”

XPath by example in Oracle Service Bus

Oracle Service Bus (and the other products in the SOA Suite) is designed to help you solve the majority of common integration scenarios without writing any code. However, as one customer pointed out to me recently:

“You may not have to write any code, but you still need to write XPath which is just as complicated!”

Why contracts are more important than designs

Following on from my last post on why IT evolution is a bad thing I'll go a stage further and say that far too much time is spent on designing the internals of elements of services and far too little on their externals. Some approaches indeed claim that working on those sorts of contracts is exactly what you shouldn't do as its much better for the contract to just be "what you do now" rather

Oracle Sun – SOA and Integration strategy outline

The webcast of the SOA and Integration strategy was a few days later available as the overall strategy. You can find the entire webcast here.
SOA Platform
The combined Oracle Sun solution focus boils down to the following bullets:

Oracle SOA Suite continues as the strategic product.
Sun JCAPS continues to be supported and maintained
GlassFish ESB continues as [...]

Invoking a Web Service Inside of a WSM custom step

Sometimes when creating a WSM custom step there's a need of invoking a Web Service. Of course there are several ways to do this but some of them are tricky. Just let me point to some hints on some of them:

view counter