Bug 1025421

Summary: Installer will change default property name for http-interface
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Petr Kremensky <pkremens>
Component: InstallerAssignee: Thomas Hauser <thauser>
Status: CLOSED CURRENTRELEASE QA Contact: Petr Kremensky <pkremens>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.2.0   
Target Milestone: ER7   
Target Release: EAP 6.2.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-15 16:19:52 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 2013-10-31 16:23:00 UTC
Description of problem:
 Default name for http-interface inside host.xml and host-master.xml is changed from '${jboss.management.http.port:9990}' to '${jboss.management.native.port:9990}' by installer.

Version-Release number of selected component (if applicable):
 EAP 6.2.0.ER6

How reproducible:
 Always

Steps to Reproduce:
 1. Install EAP, use default values, no need to do something special.
 2. Observe host.xml and host-master.xml files.

Actual results:
<http-interface security-realm="ManagementRealm">
   <socket interface="management" port="${jboss.management.native.port:9990}"/>
</http-interface>

Expected results:
<http-interface security-realm="ManagementRealm">
   <socket interface="management" port="${jboss.management.http.port:9990}"/>
</http-interface>

Comment 1 Petr Kremensky 2013-11-01 11:44:09 UTC
This is fixed in EAP 6.2.0.ER7 installer.