Description of problem: Property name for domain-controller's remote host port in host-slave.xml file is changed by installation process. Version-Release number of selected component (if applicable): EAP 6.2.0.ER7 How reproducible: Always Steps to Reproduce: 1. Install EAP, use default values, no need to do some special configuration just use default values. 2. Open host-slave.xml file. Actual results: <domain-controller> <remote host="${jboss.domain.master.address}" port="${jboss.management.native.port:9999}" security-realm="ManagementRealm"/> </domain-controller> Expected results: <domain-controller> <remote host="${jboss.domain.master.address}" port="${jboss.domain.master.port:9999}" security-realm="ManagementRealm"/> </domain-controller>
Corrected the remote port property for domain-controller. See: http://git.app.eng.bos.redhat.com/jbossas-installer.git/commit/?h=eap-6.2&id=f0670d8e7e39203369a9488f00c2c2a6fadd0a9f
Verified on EAP 6.2.0.CR1 installer. Remote port now use correct property in host-slave.xml.
This is broken again with EAP 6.2.0.CR2. Same issue as in description.
Please see also bug 1030512, comment 2 as it seem to be related.
Property is now retained. Remote host port will keep the "jboss.domain.master.port". http://git.app.eng.bos.redhat.com/jbossas-installer.git/commit/?h=eap-6.2&id=8c1bb2e4452496400a423bc22e4eac60b0835302
Keep in mind that also port number for remote host should stay 9999 no matter what port number will user choose to use for jboss.management.native.port.
Updated as needed. http://git.app.eng.bos.redhat.com/jbossas-installer.git/commit/?h=eap-6.2
Verified on EAP 6.2.0.CR3 installer.