Testing Oracle Service Bus components

Testing Oracle Service Bus components

Testing Approach with OSB I have been having a thought about what’s the best way forward with automating unit tests with OSB First of all there are 2 things here… One is Unit testing and the Second bit is automating them… UNIT TESTING with OSB A customer of mine was very keen on unit testing and […]

read more

EAI/Oracle Service Bus testing with Citrus Framework, part2

Part 2 of the OSB testing framework

read more

Enterprise Application Integration testing with Citrus Framework

Useful post on unit testing with OSB by Eric

read more

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

Securing an OSB Service with OWSM

In this post I will show how to secure a web service used by OSB ( Oracle Service Bus ) by authenticating it against an OWSM (Oracle Web Services manager) policy. We will add a User Name Token service OWSM policy to secure the Proxy Service in OSB. Below are steps in using a simple […]

read more

Implementing sequencing solutions with OSB when using JMS messaging

I Came across this post when I was looking for option on how to implement sequencing solutions with OSB when using messaging (JMS) https://forums.oracle.com/thread/2138854 Which talks about Using Message Unit-of-Order with JMS   Using Message Unit-of-Order Message Unit-of-Order is a WebLogic Server value-added feature that enables a stand-alone message producer, or a group of producers […]

read more

Moving and managing messages in JMS Queues

When dealing with several JMS Queues it is apparent that one would need to move messages across these queues and manage them. e.e. moving messages from error queues to source queues, destination to source to replay etc. So the question is how can you move a message from one JMS Queue to another? Well there […]

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

SOA Development and Delivery

SOA Development and Delivery.

read more