Chapter 4. Reference

4.1. Wizards

Table 4.1. Wizards

Wizard name Description
New BPEL Project wizard Creates a faceted project which can be deployed to the JBoss Riftsaw runtime engine. It is available by selecting FileNewOtherBPEL 2.0BPEL Project. The bpelContent folder contains all the files necessary for your project.
New BPEL Process File Wizard Creates a BPEL process based on one of several templates defined by the wizard. The wizard assumes the new BPEL process is to be created in the current project of the Project Explorer or Navigator view. If a BPEL process of the same name already exists within the project, a warning message will be displayed before any action is performed.
New BPEL Deployment Descriptor Use this wizard to create a Deployment Descriptor file. This file is a manifest for the web service and is required if the BPEL process is to be deployed to a runtime engine. The BPEL Deployment Descriptor Editor will open once this wizard completes.

Important

BPEL artifacts must be contained somewhere within the bpelContent folder hierarchy if you intend to deploy the process. Complex projects may be organized into a folder hierarchy, but these folders must be contained within bpelContent.
The Deployment Descriptor file must be contained within the bpelContent folder and at the root of any folder hierarchy.