You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/topics/mta-7-installing-web-console-on-openshift.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
10
10
You can install the {ProductName} ({ProductShortName}) {WebName} on all Red Hat OpenShift cloud services and Red Hat OpenShift self-managed editions.
11
11
12
-
IMPORTANT: To be able to create {ProductShortName} instances, you must first install the {ProductShortName} Operator.
12
+
IMPORTANT: To be able to create {ProductShortName} instances, you must first install the {ProductShortName} Operator.
13
13
14
14
The {ProductShortName} Operator is a structural layer that manages resources deployed on OpenShift, such as database, front end, and back end, to automatically create an {ProductShortName} instance.
15
15
@@ -161,7 +161,7 @@ The most commonly used CR settings are listed in this table:
Copy file name to clipboardExpand all lines: docs/topics/mta-web-assessing-apps.adoc
+22-2Lines changed: 22 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,9 @@ IMPORTANT: You can assess only one application at a time.
21
21
.Procedure
22
22
23
23
. In the {ProductShortName} user interface, select the *Migration* view.
24
-
. Click *Application inventory* in the left menu bar. A list of the available applications appears in the main pane.
24
+
. Click *Application inventory* in the left menu bar. A list of the available applications appears in the main pane.
25
25
. Select the application you want to assess.
26
-
. Click the *Options* menu ({kebab}) at the right end of the row and select *Assess* from the drop-down menu.
26
+
. Click the *Options* menu ({kebab}) at the right end of the row and select *Assess* from the drop-down menu.
27
27
. From the list of available questionnaires, click *Take* for the desired questionnaire.
28
28
. Select *Stakeholders* and *Stakeholder groups* from the lists to track who contributed to the assessment for future reference.
29
29
+
@@ -33,6 +33,26 @@ NOTE: You can also add *Stakeholder Groups* or *Stakeholders* in the *Controls*
33
33
. Answer each *Application assessment* question and click *Next*.
34
34
. Click *Save* to review the assessment and proceed with the steps in xref:mta-web-reviewing-apps_user-interface-guide[Reviewing an application].
35
35
36
+
[NOTE]
37
+
====
38
+
39
+
If you are seeing false positives in an application that is not fully resolvable, then this is not entirely unexpected.
40
+
41
+
42
+
The reason, is that {ProductShortName} cannot discover the class is that is being called. Therefore, {ProductShortName} cannot determine whether it is a valid match or not.
43
+
44
+
45
+
When this happens, {ProductShortName} defaults to exposing more information than less.
46
+
47
+
48
+
In this situation, the following solutions are suggested:
49
+
50
+
. Ensure that the maven settings can get all the dependencies.
0 commit comments