[jboss-jira] [JBoss JIRA] (WFCORE-450) Using parent system properties in child properties fails in domain server launch

RH Bugzilla Integration (JIRA) issues at jboss.org
Fri Jul 31 03:38:02 EDT 2015


    [ https://issues.jboss.org/browse/WFCORE-450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13094516#comment-13094516 ] 

RH Bugzilla Integration commented on WFCORE-450:
------------------------------------------------

Jan Martiska <jmartisk at redhat.com> changed the Status of [bug 1230980|https://bugzilla.redhat.com/show_bug.cgi?id=1230980] from ON_QA to VERIFIED

> Using parent system properties in child properties fails in domain server launch
> --------------------------------------------------------------------------------
>
>                 Key: WFCORE-450
>                 URL: https://issues.jboss.org/browse/WFCORE-450
>             Project: WildFly Core
>          Issue Type: Bug
>          Components: Domain Management
>            Reporter: Samuli Saarinen
>            Assignee: Brian Stansberry
>             Fix For: 1.0.0.Alpha15
>
>         Attachments: domain.xml.patch, host-controller.log
>
>
> Using wildfly domain I would like to define some properties in domain.xml and then be able to use these properties when defining others in server-group or server level. Currently this leads to JBAS014802: Cannot resolve expression.
> More detailed example:
> {code:xml|title=domain.xml}
> <domain>
>     <system-properties>
>         <property name="foo" value="bar"/>
>     </system-properties>
>     ...
>     <server-group name="g1">
>         <system-properties>
>             <property name="g1_foo" value="${foo}"/>
>         </system-properties>
>     </server-group>
> </domain>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


More information about the jboss-jira mailing list