Testing modules and components
In the last chapter, we tested the HelloBPEL process using the WID unit test environment (UTE) that is installed as a part of WebSphere Integration Developer and consists of a separate installation of the WPS and WESB. We have also talked about the fact that the WebSphere Process Server is built on WebSphere Application Server and contains an Enterprise Service Bus. This helps this server to provide the ideal environment to test HelloMediationModule.
Deploying the modules
You will now deploy your HelloMediationModule on your WebSphere Process Server UTE environment (or the WESB server if you have it set up). In the Server view,
Click on the Servers tab, and start the WPS server by clicking on the green play button and wait for the server to start. This may take a few minutes.
Right-click on WebSphere Process Server v7.0, select Add and Remove Projects. Select HelloMediationModuleApp, and then click on Add | Finish. The HelloMediationModule will now get deployed...