Oracle SOA Suite 11g's tag archives

Install Oracle Service Bus and SOA suite in same server

Today i installed a fresh Weblogic Development server for development. I decides to install SOA suite an OSB in on the same server following the blog OracleServiceBus in same Server of Manoj Neelapu. This is a great way of saving resources while running a Weblogic Server configuration. Chris Tomkins has made a viewlet demonstrating his installation steps: Creating a single server domain with SOA Suite and Oracle Service Bus...

Create ADF task form with Task Form Wizard

Today I took a look at the configuration possibilities of a human task. I found an second wizard to generate a task form for the human task. Below i created a small example of the wizard with it's functions. Example Creating a new SOA project Accept the default settings I know that i want to have a human task so i preselect this option. An empty composite is also good to start with. Give the human task a name After finishing the creation of the human task i created a...

Mediator default routingrule

An other feature or in Oracle SOA Suite is the default routing rule in the mediator. To show how that all works i have made a small example: A mediator component that routes depending on the amount of the In the mediator i defined two rules: Rule 1 when amount > 10 then a build order process will be started Rule 1 when amount > <5 then a manual order process will be started I have made a gap between the rules to test the working of the Default Routing Rule. To...

BPEL checkpoint activity

With the latest patch set of Oracle a new BPEL Activity got introduced. Well actual it's not a new feature but it's available as a item now in the Component pallet in JDeveloper. It's the checkpoint activity. It's the equivalent of the java call checkpoint();. This forces the Java thread to store it's current state in the dehydration store. In previous versions we would solve this by adding some java code into the process. Like below: This is not needed any more. Now we can simply add a...

Installation Steps Oracle SOA Suite 11.1.1.3

Today the virtual machine running my Oracle SOA Suite 11g didn't want to start anymore. So i installed a brand new Oracle SOA Suite 11g patched to the latest patch set available. Oracle Database XE Repository Creation Ulitilty Weblogic Server SOA Suite 11.1.1.3 JDeveloper SOA Extention of JDeveloper Just follow the step described on the website of 11gR1 Patch Set 2 (11.1.1.3.0). Oracle Database XE Installing the Oracle Database 10g XE is a piece of cake. Download from...

Oracle SOA Suite 11g Release 1 Patch Set 2

Yesterday oracle released also Patch Set #2 for the Oracle SOA Suite into the world. There are some new features i would love to checkout for example: Resequencer Default routing rule SOA Partitions And many more check out the links below for the full details. Let's hope i can find some time to checkout the new features. Information Download Oracle SOA Suite 11g Release 1 Patch Set 2 Oracle SOA Suite 11.1.1.3.0 New...