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

Enable/Disable EDN Events Logging in SOA 11g

Very Nice article on Enabling/Disabling EDN Events Logging.

read more

SOA, Cloud and Service Technology Symposium a super success!

Very nice post about the SOA Symposium held in London.. A lot of informative presentation links

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

Installing OSB ID/Eclipse for OSB Development

I came across this very useful post on the Oracle Blog and thought to copy it to this area as it might be useful for us all in case oracle moves the original post. Installing Eclipse for OSB Development OSB provides 2 methods for OSB development, the OSB console, and Eclipse. This post deals with […]

read more

OER and OBI Publisher Reports

Came across this useful document by Sreeni  

read more

Harvesting of Assets in OER Part 1 – Command Line

Using the Harvester the metadata can be submitted to Oracle Enterprise Repository either from the command line, from Oracle JDeveloper, or using an Ant task We would be covering only Harvesting Assets from Command Line in this post First you need to obtain the Harvester which is bundled with the OER installation. The Harvester is […]

read more

Importing AIA Solutions Packs to Oracle Enterprise Repository

If you want to import the core AIA components (EBOs, EBMs, etc.) to Oracle Enterprise Repository, you just need to dowload the three AIA Solution Pack files. Prerequisite for doing this is the Harvester Solution Pack details of which are not covered here 11.1.1.6.0-OER-Harvester-Solution-Pack.zip – found inside OER’s folder (/repository111/core/tools/solutions) The details and download location of […]

read more

Useful WLST Scripts – Managing composite state using command line WLST

We have created a list of Useful WLST commands for SOA covering how we can use the WLST commands to retire/shutdown/start/activate/deploy/undeploy a composite. Use the scripts located at: (UNIX) MIDDLEWARE_HOME/ORACLE_SOA1/common/bin/wlst.sh (Windows) C:oracleMiddleware11116Oracle_SOA1commonbinwlst.cmd Note: Do not use the WLST script in the WebLogic Server home.   In case you use the WLS tool from  MIDDLEWARE_HOMEoracle_commoncommonbin Or  from MIDDLEWARE_HOME wlserver_10.3commonbin   It will throw following error.   Traceback (innermost last):   File […]

read more

SOA 11g Composite states and behavior

Useful composite states and the behaviour for reference. Composites Table The Composites table enables you to manage the state of a selected SOA composite application. All actions in this table, except Deploy, require you to select a row in the table. Element Description Shut Down Shuts down a running SOA composite application revision. Any request (initiating or a […]

read more