Entries from Inside scoop on Oracle SOA Suite, BPM and EDA tagged with 'soa suite'

SCA Spring C&I component - a small tutorial ..

This is the "follow up" post from Preview feature: SCA Spring C&I support, this time with a tutorial. You can find it at http://www.oracle.com/technology/products/soa/soasuite/demos/scalight/springcomponentbasedemo.html Enjoy. I am curious about your comments & ideas for enhancements....

Preview feature: SCA Spring C&I support

As part of the new release, we also added support for Spring components. The idea is to give the developer full Java support, and a powerful IOC container. Only thing needed, annotate your beans, and wire them on composite level....

Oracle SOA Suite 11g R1 Patchset 1 (aka 11.1.1.2.0) has been released

You can get it at http://www.oracle.com/technology/software/products/middleware/index.html Amongst many bug-, and performance-related fixes - we also added quite a few significant preview features (e.g resequencing, spring support, and others). Please note that the role of preview features is to elicit user...

SOA Suite 11g - Transaction(s) & boundaries; Part Two

Here is the second post - this time on one-way invocations: Usually a one way invocation (with a possible callback) is exposed in a wsdl as below <wsdl:operation name="process"> <wsdl:input message="client:OrderProcessorRequestMessage"/> </wsdl:operation> This will cause the bpel engine to split...

SOA Suite 11g - api tricks part 2 - finding instances

In the last post we learned how to use the Locator to find a Composite (locator.lookupComposite(compositeDN);), and invoke it through a DeliveryService. The next step is to use the API to find its instances and get some meaningful information, e.g....

Using the new 11g SOA Suite API - changes to 10.1.3x

With 11g and the new SCA composite support our API has been revamped a little as well. The Locator is still available and is created against WL jndi properties Hashtable jndiProps = new Hashtable(); jndiProps.put(Context.PROVIDER_URL, "t3://" + props.get(STR_MGDSERVER_HOST_KEY) + ":"...

Mediator 11g new feature - echo to requestor

As part of the new 11g SOA Suite and the mediator component we added a new feature around routing rules. In short the direct forward from the request operation back to the requester via response operation with transformation....

Event Delivery Network - chapter one

Using Business Events is one of the big new features in SOA Suite 11g, namely through the Event Delivery Network (EDN) So how can you make use of events? First - you need to define the data-shape of the event....

Import b2b trading partner agreements via ant into B2B 11g

Following the first couple tips and tricks on 11g - here is the next one on B2B. Straight from Fusion Order Demo's B2B composite, is a small example on how to use the b2b 11g remote utility to import (deploy...

Two new features in SOA Suite 11g: Composite Sensors and Humantask callback events

Note that expanded human task - with an event subscribing mediator, correlated through the ecid and parent component id. Another great new feature is the composite sensor framework which allows sensors to be configured on service and references, down...

mds sharing and common tools - part 2

I figured I would start sharing stuff I built for fusion order demo - in this case - the common tasks to help you bootstrapping your soa 11g productivity. Download the mds-binaries jar here. Once extracted it contains a bunch...

OutOfMemoryError & GC overhead limit exceeded with 10.1.3.4 SOA Suite

As I have seen a few customers running into a strange OOM recently - I figured I publish this. First, how to see what is actually going on? If you run on Sun JDK 1.5.0_7+ you can set a vm...

Feed Subscription

If you use an RSS reader, you can subscribe to a feed of all future entries tagged 'soa suite'.

Subscribe to feed Subscribe to feed