Book Image

WS-BPEL 2.0 Beginner's Guide

By : Matjaz B Juric
Book Image

WS-BPEL 2.0 Beginner's Guide

By: Matjaz B Juric

Overview of this book

If you are a software architect, a designer, a software developer, an SOA and BPM architect, a project manager, or a business process analyst who is responsible for the design and development of business processes, composite applications, and BPM/SOA solutions, then this book is for you. You should have a clear grasp of general SOA concepts including business processes and web services, but no prior knowledge of the BPEL language is required.
Table of Contents (14 chapters)
13
Index

Time for action – deploying the BPEL process

To deploy the process, perform the following steps:

  1. Right-click on the BookstoreA project and click on the Deploy submenu. Select BookstoreA from the option.
  2. Select Deploy to Application Server:
    Time for action – deploying the BPEL process
  3. We can specify the deployment configuration. For this time, we will use the default values. Please note that the most important is to specify New Revision ID, which denotes the revision (or version) number of your composite application. Also note Overwrite any existing composites with the same revision ID; this has to be checked if you want to redeploy a composite application with the same revision ID:
    Time for action – deploying the BPEL process
  4. Click on the IntegratedWebLogicServer server for the deployment and click on Next:
    Time for action – deploying the BPEL process
  5. We will see the status of the SOA server. Click on Next:
    Time for action – deploying the BPEL process
  6. Finally, we will see the deployment summary. Click on Finish:
    Time for action – deploying the BPEL process
  7. Monitor the deployment log windows at the bottom of the screen and look for the Deployment finished. message. This means that the BPEL process has been successfully deployed:
    Time for action – deploying the BPEL process

What just happened?

We successfully deployed our BPEL process. More precisely, we deployed the whole composite application, which contains the BPEL process and are now ready to test it.