Chapter 5. Patching Fuse on JBoss EAP
This chapter provides instructions on how to apply patches to the technology stack that belongs to Fuse on JBoss EAP. This does not include patches for the underlying JBoss EAP container, which must be patched separately.
5.1. How to apply a patch to Fuse on JBoss EAP
To patch an existing installation of Fuse on JBoss EAP, perform the following steps:
- Browse to the JBoss Fuse Software Downloads page on the Red Hat Customer Portal and, when prompted, log in to your customer account.
- Select version
6.3
from the Version dropdown menu. - Search under the Patches tab and the Security Advisories tab for the latest package of the form
Red Hat JBoss Fuse 6.3 Rollup X on EAP
, whereX
is the number of the rollup patch. - Download the patch file,
fuse-eap-installer-6.3.0.redhat-XXX.jar
, toTEMP_LOCATION
. - Open a shell prompt and change directory to the
$JBOSS_HOME
directory of the existing installation of Fuse on JBoss EAP that you want to patch. - From the shell prompt, enter the following command to patch the installation of Fuse on JBoss EAP (replacing the file name with the actual file name of the downloaded patch):
java -jar TEMP_LOCATION/fuse-eap-installer-6.3.0.redhat-XXX.jar
Note
The underlying JBoss EAP instance can be patched independently. Recent patches to JBoss EAP require you to apply patch 9 first (it is a prerequisite for later patches). For more details about patching the JBoss EAP container, see the JBoss EAP Patching and Upgrading Guide.