First you need to implement the simple bpel process like this
:In my current project, I inherited a lot of OSB components that
have been developed by (former) team members, but they all lack
unit tests. This is a situation I really dislike, since this makes
it much harder to refactor or bug-fix the existing code base. So,
for all newly created components (and components I have to bug-fix)
I strive to add unit tests. Of course, the unit tests will be
created using my favourite...