JBoss.orgCommunity Documentation
To begin you need a copy of Eclipse 3.6. You can get it from Eclipse Web Site.
The JBoss BPEL editor is included with JBoss Tools. There are a number of different JBoss Tools installation methods. 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.
For installation and configuring BPEL engine into a JBossAS environment you will need the following:
JBossAS (version 5.1.0.GA or higher), available from http://www.jboss.org/jbossas.
RiftSaw (version 2.1 or higher), available from http://www.jboss.org/riftsaw.
Ant, available from here.
Unpack the JBossAS installation archive into the required location.
Unpack the RiftSaw distribution into the location alongside the JBossAS installation:
Edit the install/deployment.properties
file to update the JBossAS location settings.
From the install
folder run: ant deploy -Ddatabase=hsql
to deploy RiftSaw to JBossAS.
Then in the ${RiftSaw}/install
folder run the command: ant deploy -Ddatabase=hsql -Dws.stack=native -Dws.version=3.2.2.GA
It will help you to download the web service stack, and then upgrade it for JBoss AS. Alternatively, you can do it step by step by following the guide from JBoss RiftSaw documents or the README file in ${RiftSaw}/install