此内容没有您所选择的语言版本。
Chapter 1. Install Integration Pack
The Integration packages for JBoss Fuse 6.2.1 contain libraries and components that can interact with other integration modules that are not included in the base JBoss Fuse 6.2.1 package.
Pack Definitions
The JBoss Fuse Integration Packages contain the following components:
- Fuse Integration distros for both Karaf and JBoss EAP - SwitchYard BRMS components: Rules component and BPM component
- KIE JBoss Fuse Distributions BPMS layer - Camel components used in KIE: kie-camel and jbpm-workitem-camel components
1.1. Instructions for JBoss Fuse on JBoss EAP
Prerequisites
JBoss Fuse 6.2.1 must be installed on JBoss EAP 6.4. If you need to install JBoss EAP 6.4, download it from JBoss EAP 6.4 Installer Download. See JBoss EAP 6.4 Installation Guide for installation instructions.
Identify the correct sequence of packages to install
When installing JBoss Fuse on EAP and the integration package over the base JBoss EAP 6.4 installation, it is essential to install the correctly matching packages in the right order. The following types of package can be downloaded from the JBoss Fuse 6.2.1 Software Downloads page on the Red Hat Customer Portal:
- Red Hat JBoss Fuse 6.2.1 [Rollup N] on EAP Installer
- For the JBoss Fuse on EAP package, you have a choice between the original GA package or subsequent rollup patches, identified by Rollup N in the package name. Generally, we recommend that you install the latest rollup patch.
- Integration Pack for Red Hat JBoss Fuse 6.2.1 [Roll Up N] on EAP, BRMS VersionOfBRMS and BPM Suite VersionOfBPMS Installer
- The integration package that you pick must have a rollup number, Roll Up N, that matches rollup number of the underlying JBoss Fuse on EAP package.
Install the SwitchYard/BRMS Integration Pack on JBoss EAP
The integration SwitchYard/BRMS pack must be installed on the Fuse/EAP instance of JBoss EAP. Make sure that the server is stopped.
- It is assumed that JBoss EAP 6.4 is already installed, where the installation directory is given by the environment variable
EAP_HOME
. - If you have not already installed the JBoss Fuse on EAP package, install it now. Download the appropriate GA package or rollup patch, and install it over JBoss EAP using the following command:
java -jar fuse-eap-installer-version.jar ${EAP_HOME}
- (For integration packages released before JBoss Fuse 6.2.1 Rollup 3) Prior to JBoss Fuse 6.2.1 Rollup 3, integration packages were released as a single Jar file which could be installed directly over the JBoss EAP installation using the following command:
java -jar fuse-integration-eap-installer-version.jar ${EAP_HOME}
- (For subsequent integration packages) More recent integration packages consist of an archive file,
fuse-integration-eap-installer-distro-version.zip
, which must be unpacked to obtain two separate Jar files that are installed in sequence. To install this kind of integration package, proceed as follows:- Use an archive utility to extract the Jar packages from the downloaded integration package file,
fuse-integration-eap-installer-distro-version.zip
, into a convenient temporary location. - Install the KIE EAP package over JBoss EAP using the following command:
java -jar kie-eap-installer-version.jar ${EAP_HOME}
- Install the Fuse integration package over JBoss EAP using the following command:
java -jar fuse-integration-eap-installer-version.jar ${EAP_HOME}
Run the Quickstarts
The Fuse integration quickstarts can be found in
$EAP_HOME/quickstarts/fuse-integration
.
- Start the instance of JBoss EAP where the integraton pack has been installed. See chapter "Start and Stop the Application Server" in "Installation on JBoss EAP"
- Navigate to
$EAP_HOME/quickstarts/fuse-integration
. - Navigate to the directory for the quickstart you want to run. Follow the instructions in the README file to execute the quickstart. Each quickstart has different instructions.