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

Bug 1269508

Summary: EAP in a domain mode ignores system properties defined in hosts.xml
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Radovan Synek <rsynek>
Component: Domain ManagementAssignee: jboss-set
Status: CLOSED DUPLICATE QA Contact: Martin Simka <msimka>
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.4.3CC: bbaranow, brian.stansberry, dandread
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-10-09 15:39:47 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:
Bug Depends On:    
Bug Blocks: 1265723    
Attachments:
Description Flags
trivialApp reproducer application none

Description Radovan Synek 2015-10-07 13:01:01 UTC
Created attachment 1080674 [details]
trivialApp reproducer application

Description of problem:
EAP in a domain mode does not pass system properties defined in hosts.xml file to a deployed application. Using web admin UI, I can see those properties are defined at runtime, but any deployment can't consume this system properties. If they are defined in domain.xml, they are passed to the application just fine.
Tried the same scenario with EAP 6.4.0.GA and system properties were passed properly.

Version-Release number of selected component (if applicable):
6.4.3.GA

How reproducible:
always

Steps to Reproduce:
1. configure a system property for a server in hosts.xml and start EAP in a domain mode
2. deploy a simple application consuming the system property (feel free to use the attached trivialApp - it's just a servlet consuming a system property "test")
3. trigger the application and watch for results

Actual results:
application deployed to a server group in domain can't access system properties defined in hosts.xml


Additional info: