Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Review PR for BXMSDOC-5862 Added note about separate instances of EAP for Fuse proposed rel note #152

Merged
merged 2 commits into from
Jul 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Install {PRODUCT} with {FUSE} on Apache Karaf to deploy integrated services where required.

.Prerequisites
* A {FUSE_LONG} 7.3 or 7.4 on Apache Karaf installation exists. For installation instructions, see https://access.redhat.com/documentation/en-us/red_hat_fuse/7.2/html-single/installing_on_apache_karaf/[_Installing Red Hat Fuse on the Apache Karaf container_] .
* A {FUSE_LONG} 7.6 on Apache Karaf installation exists. For installation instructions, see https://access.redhat.com/documentation/en-us/red_hat_fuse/7.2/html-single/installing_on_apache_karaf/[_Installing Red Hat Fuse on the Apache Karaf container_] .
* Any obsolete features XML files have been removed, as described in <<ba-karaf-xml-uninstall-proc>>.

.Procedure
Expand Down
15 changes: 11 additions & 4 deletions doc-content/enterprise-only/fuse/installing-on-fuse-eap-proc.adoc
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
[id='installing-on-fuse-eap-proc']
= Installing {FUSE} in {EAP} with {PRODUCT}
Install {FUSE} in {EAP} with {PRODUCT} to deploy integrated services where required.
= Installing {FUSE} on {EAP_LONG}
Install {FUSE_LONG} 7.6 on {EAP} 7.2.3 to use with {PRODUCT} to deploy integrated services where required.

[NOTE]
====
{FUSE_LONG} 7.6 is supported on {EAP} 7.2.3, whereas {PRODUCT} is supported on {EAP} {EAP_VERSION}. To ensure a stable deployment environment, install {FUSE} and {PRODUCT} on different instances of {EAP} according to the supported {EAP} versions.
====

.Prerequisites
* A {PRODUCT} installation on {EAP_LONG} 7.2 is available. For installation instructions, see {URL_INSTALLING_ON_EAP}[_{INSTALLING_ON_EAP}_].
* A {PRODUCT} installation on {EAP_LONG} {EAP_VERSION} is available. For installation instructions, see {URL_INSTALLING_ON_EAP}[_{INSTALLING_ON_EAP}_].

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggestion - add additional prerequisite?

  • A separate instance of {EAP_LONG} 7.2.3 is available.

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added. Thank you.

* A separate instance of {EAP_LONG} 7.2.3 is available.

.Procedure
. Install {FUSE_LONG} in the {EAP_LONG} 7.2 container where you installed {PRODUCT}. For installation instructions, see the https://access.redhat.com/documentation/en-us/red_hat_fuse/7.3/html-single/installing_on_jboss_eap/index[_Install Fuse 7.3 on JBoss EAP 7.2_].
. Install {FUSE_LONG} 7.6 on {EAP_LONG} 7.2.3. For installation instructions, see the https://access.redhat.com/documentation/en-us/red_hat_fuse/7.6/html-single/installing_on_jboss_eap/index[_Install Fuse 7.6 on JBoss EAP 7.2_].

. Open the `pom.xml` file in the {FUSE} home directory in a text editor.
. Create the integration project with a dependency on the `kie-camel` component by editing the `pom.xml` file as shown in the following example:
+
Expand Down