-
Bug
-
Resolution: Done
-
Critical
-
fuse-7.5
-
None
-
integration-doc-2020-06-22, integration-doc-2020-07-13
-
Low
According the documentation Fuse 7.5 is supported on EAP 7.2.3. However the installation manual tells to install update 04. resulting in a EAP 7.2.4.
See
https://access.redhat.com/articles/310603#Red-Hat-Fuse-75
The documentation says:
######
- Go to the Enterprise Application Platform Software Downloads > Patches page and download the JBoss EAP 7.2 Update 04 file.
For details about the update file, see the release notes.
- Install the JBoss EAP 7.2 Update 04. For example, on Red Hat Enterprise Linux use this command:
bin/jboss-cli.sh "patch apply jboss-eap-7.2.4-patch.zip"
######
It should be
######
- Go to the Enterprise Application Platform Software Downloads > Patches page and download the JBoss EAP 7.2 Update 03 file.
For details about the update file, see the release notes.
- Install the JBoss EAP 7.2 Update 03. For example, on Red Hat Enterprise Linux use this command:
bin/jboss-cli.sh "patch apply jboss-eap-7.2.3-patch.zip"
######