JBoss.orgCommunity Documentation
This chapter provides details of the pre-requisites for using the RiftSaw BPEL project, and how to install the engine into a JBossAS environment.
The examples distributed with RiftSaw are split into two categories, quickstarts that are pure BPEL that can run directly in the JBossAS server, and ESB based examples that require JBossESB. If you only want to use the pure BPEL examples, then JBossESB will not be required.
Unpack the JBossAS installation into the required location.
This is only required if you want to run the ESB/BPEL examples.
Unpack the JBossESB installation into a location alongside the JBossAS installation. Then follow the instructions in the JBossESB installation (install/readme.txt), to deploy JBossESB into the JBossAS environment.
Unpack the RiftSaw distribution into a location alongside the JBossAS installation.
ant deploy
to deploy RiftSaw to JBossAS.
ant deploy-esb-examples
to
install the BPEL/ESB examples into the JBossESB samples/quickstart folder.