Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1088304

Summary: Change the summary text for Port configuration
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Petr Kremensky <pkremens>
Component: InstallerAssignee: Miles Tjandrawidjaja <mtjandra>
Status: CLOSED CURRENTRELEASE QA Contact: Petr Kremensky <pkremens>
Severity: medium Docs Contact: Russell Dickenson <rdickens>
Priority: unspecified    
Version: 6.3.0CC: mtjandra, thauser
Target Milestone: ER3   
Target Release: EAP 6.3.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-06-28 15:39:02 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Petr Kremensky 2014-04-16 12:05:09 UTC
Description of problem:
Summary screen for Port Configuration should not contain the name of configuration files:
Port Configuration
 Custom ports: true 
 For standalone.xml: true 
 For domain.xml: false

because we do not update only ports in standalone.xml and domain.xml files, but also in other files (standalone-full.xml ...). We should use simply "standalone mode" and "domain mode" strings.

Version-Release number of selected component (if applicable):
 EAP 6.3.0.ER1

How reproducible:
 Always
 
Steps to Reproduce:
 1. Run gui installer. Go to Socket bindings screen using default values.
 2. Select to Configure custom port bindings.
 3. Continue to Summary screen using default values.

Actual results:
...
Port Configuration
Custom ports: true 
For standalone.xml: false 
For domain.xml: false

Expected results:
...
Port Configuration
Custom ports: true 
For standalone mode: false 
For domain mode: false

Comment 1 Miles Tjandrawidjaja 2014-04-16 13:46:24 UTC
Strings have been updated to meet expected result.

http://git.app.eng.bos.redhat.com/git/eap-installer.git/commit/?id=fe63a87cc5c9580f7fd031def2c658d3ff9cab4e

Comment 2 Petr Kremensky 2014-04-23 07:35:08 UTC
Still same with EAP 6.3.0.ER2. Correct file to fix is res/CustomLangpack.xml_eng

Comment 3 Miles Tjandrawidjaja 2014-04-23 13:06:58 UTC
Looks like my change was removed.
I have re-added it.

Comment 4 Petr Kremensky 2014-04-24 09:06:18 UTC
*** Bug 1034136 has been marked as a duplicate of this bug. ***

Comment 5 Petr Kremensky 2014-05-05 13:40:51 UTC
Verified on EAP 6.3.0.ER3 installer.