Create new JBoss Tools Documentation Jira issue

This will launch the Jboss Tools Jira page - to complete your feedback please login if needed, and submit the Jira.

JBoss.orgCommunity Documentation

JBoss BPEL User Guide

Grid Qian

Version: 3.2.0.Beta


1. JBoss BPEL project Overview
1.1. Key Features of JBoss BPEL project
2. Installation JBoss BPEL Tools
2.1. Installation JBoss BPEL editor
2.2. Prerequisites
2.3. Installation JBoss BPEL Runtime
3. Tasks
3.1. Creating and editing a BPEL project
3.1.1. Creating a BPEL project
3.1.2. Creating a BPEL process
3.1.3. Editing a BPEL process file
3.1.4. Adding Service to WSDL file
3.2. Deploy a JBoss BPEL project to JBoss BPEL Runtime
3.2.1. Creating a bpel-deploy.xml file
3.2.2. Creating JBoss BPEL Server
4. Reference
4.1. Wizards
4.1.1. New BPEL project Wizard
4.1.2. Apache ODE Deployment Descriptor Wizard
4.1.3. New BPEL Process file Wizard
4.2. Editors
4.2.1. Business Process Editor
4.2.2. ODE Deployment Descriptor Editor
5. Summary
5.1. Other relevant resources on the topic

JBoss BPEL project is a WS-BPEL 2.0 project that gives a way to create, edit, validate and deploy BPEL files to JBoss BPEL runtime. It is based on Eclipse BPEL project .

It improves the Eclipse BPEL project in the following way:

  • Implements close integration with JBoss BPEL runtime. Adds a new project type for the deployment to JBoss BPEL runtime.

  • Supports two ways of deployment: one way is to deploy a bpel project directly to JBoss BPEL runtime. The other way is to deploy bpel files in JBoss ESB project to JBoss BPEL runtime.

  • Improves the BPEL validator and increases Eclipse BPEL editor's quality.

WS-BPEL 2.0 stands for Web Service Business Process Execution Language. Like EAI, BPEL is an XML-based language, but BPEL is more specific and targeted. A programmer uses BPEL to join sometimes disparate functions into an integrated process, resulting in a seamless use of the Internet to conduct business transactions ranging from simple money exchanges to complex calculations and asset reallocation.

At first, you need Eclipse 3.5. You can get it from Eclipse Web Site.

The JBoss BPEL editor is included into JBoss Tools. You have some methods to install JBoss Tools. See Installing JBoss Tools for more information.

If you want to install only the JBoss BPEL editor, you can install it from JBoss Tools page separately. Please, note, that only JBoss Tools 3.1 or higher version includes JBoss BPEL editor.

In the chapter we describe the necessary steps to create a new BPEL project and edit the BPEL files. You can get the source of the example from riftsaw/samples/quickstart/hello_world. Here and further in the guide we will create a simple echo example, used to respond to a sent message with a modified version of the request message being returned in a response. First of all, you should create a BPEL project.

If the Properties view and Palette view are not opened, you can open the views by right-clicking the BPEL editor and selecting Show in Properties, Show Palette in Palette view. Then you should have the view like this:


In the Palette view, you can drag a BPEL element to the BPEL editor and drop it in the place you want.

In the Properties view, you can get the information about every element of the BPEL process. In the BPEL editor select any element you want,and then the element's properties will be shown in the Properties view.The table below describes the tabs of the Properties view:


In order to see how a simple BPEL process works in action, you should do some steps as below:

Now you have finished creating a simple BPEL process.As a next step, you can deploy the BPEL project to JBoss BPEL Runtime.

This chapter includes detailed reference information about all BPEL tools wizards and editors.

Using New BPEL Process file Wizard user can create BPEL process file and WSDL file if it is necessary. The wizard includes several pages:

Business Process Editor is intended to facilitate the process of changing and adding new logic to BPEL process file.You can open .bpel in this editor by right click the file in the project explorer and selecting Open With...->Business Process Editor


The editor consists of two tabs:Design tab and Source tab.

To deploy your process in Ode you need to create a simple deployment descriptor with basic information and ODE Deployment Descriptor Editor facilitates the process of descriptor configuration. You can see how the descriptor file,opened in the editor looks like on the picture below:


The table below describes the configuration options of the ODE Deployment Descriptor Editor:


In conclusion, with this document you know all the capabilities of BPEL Tools and could easily start with them. The chapters above walked you through the steps on how to create and configure BPEL process and deployment descriptor files. If you have questions or suggestions concerned both the documentation and tools behavior, you are welcome to JBoss Tools Users forum. Please, use Jira to report bugs and requests on documentation.