Tag Archives: Continuous Integration

Continuous Integration without SNAPSHOTs

Maven includes a feature called SNAPSHOT which allows you to tell Maven that a particular artifact is a “work in progress”, not a finished version.  This also acts as a hint to let Maven know that it should pick up … Continue reading

Posted in Uncategorized | Tagged , , , , , , | 1 Comment

A Roadmap for SOA Development and Delivery

This post is part of a series on SOA Development and Delivery. In this post I will present a roadmap and a target state for SOA Development and Delivery.  This will serve as the basis for an extended open ‘proof … Continue reading

Posted in Uncategorized | Tagged , , , , , , , , , , , , | 7 Comments

A first look at Robot Framework

As we start to assemble the tools we need to implement Continuous Delivery, one area we need to look at is selecting a testing framework.  Now, we are going to want to use a range of different testing tools, depending … Continue reading

Posted in Uncategorized | Tagged , , , , , | 1 Comment

New Maven support in Fusion Middleware 12.1.2

Oracle has just released version 12.1.2 of the Fusion Middleware platform.  This release includes some new support for build automation with Maven and for continuous integration.  In this post I want to give you a quick tour of what is … Continue reading

Posted in Uncategorized | Tagged , , , , | 2 Comments

Version Control

This article is part of a series on SOA Development and Delivery. Let’s get started on our SOA Development and Delivery journey by talking about version control.  But before we delve right in, let’s take a moment to reflect on … Continue reading

Posted in Uncategorized | Tagged , , , , | 6 Comments

SOA Development and Delivery

Let’s start by talking about what I mean by that.  I don’t think that ‘SDLC’ is  the right term to describe the space that I want to talk about, but it is a term that people are familiar with, so … Continue reading

Posted in Uncategorized | Tagged , , , , , , , , , , , , , , , , | 10 Comments

Automating creation of JMS Queues and JmsAdapter plan updates and redeployment

Following on from my recent post on automation of creation of JDBC resources, I am happy to report I now have a script which can be used for JMS Queues! Again, this is not as wonderful as I would like … Continue reading

Posted in Uncategorized | Tagged , , , , , | 1 Comment

Automating creation of JDBC Data Sources and DbAdapter plan updates and redeployment

That’s a long title… anyway, as part of the desire to have a fully automated continuous integration environment for SOA and BPM, there is another bridge that we need to cross. SOA/BPM Composites can contain dependencies on resources in the … Continue reading

Posted in Uncategorized | Tagged , , , , , | 3 Comments

Making Coherence play nice in your test environment

This issue has popped up a couple of times for me recently, so I thought I would do a quick post on it. When you are running a number of Fusion Middleware environments in the same IP subnet, as you … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

Unit Testing Asynchronous BPEL Processes Using soapUI

This is a topic I have been interested in for a while.  I have seen it done by some of my colleagues, especially in AIA environments, and I have been waiting to get an opportunity to work on it and … Continue reading

Posted in Uncategorized | Tagged , , , , | Leave a comment