Tag Archives: Hudson

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

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

Extending Continuous Integration to include Human Task UI projects

If you have been following our series of posts on Continuous Integration, you will have seen that we have got SCA composites containing various components including BPEL, BPMN, Spring and Rules and also SCA Test working in a Hudson/Maven/Subversion continuous … Continue reading

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

Extending Continuous Integration to include MDS-dependent components

In this earlier post, I presented a simple approach to get started with continuous integration for SOA and BPM projects and showed how you can build and deploy an SCA composite using Hudson and Maven.  In that example, we just … Continue reading

Posted in Uncategorized | Tagged , , , , , , , , | 9 Comments

Getting started with Continuous Integration for SOA projects

This post is part of a series on Continuous Integration. I am exploring how to use Maven and Hudson to create a continuous integration capability for SOA and BPM projects.  This will be the first post of several on this … Continue reading

Posted in Uncategorized | Tagged , , , , , , | 13 Comments

Installing Hudson on WebLogic Server

Today I needed to set up a Hudson server and so I decided to put it on WebLogic Server.  Turns out there is a little trick to get it working.  Thanks to Steve Button for sharing the trick with me. … Continue reading

Posted in Uncategorized | Tagged , | 4 Comments