-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Oracle Service Bus 11g Development Cookbook

This recipe will just present a simple approach for doing refactoring of nodes and actions. It uses the copy/paste functionality of the Eclipse OEPE to copy a node/action from one place to another.
You can import the OSB project containing the base set up for this recipe into Eclipse OEPE from \chapter2\getting-ready\copying-nodes-actions
.
Often when creating a new message flow, some node/actions are very similar. Instead of creating all of them from scratch, there is a way to copy them in Eclipse OEPE. To duplicate a PipelinePair node, perform the following steps:
Open the CustomerManagement proxy service and navigate to the Message Flow tab.
Right-click on the node/action to copy, for example, the PipelinePair node in the FindCustomer branch and select Copy.
Right-click on the PipelinePair node and select Paste.
The PipelinePair has been duplicated under the new name PipelinePair1.
The whole PipelinePair node including...
Change the font size
Change margin width
Change background colour