[jboss-jira] [JBoss JIRA] (WFCORE-450) Support using parent system properties in child properties
Samuli Saarinen (JIRA)
issues at jboss.org
Tue Dec 9 01:31:39 EST 2014
[ https://issues.jboss.org/browse/WFCORE-450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13026112#comment-13026112 ]
Samuli Saarinen commented on WFCORE-450:
----------------------------------------
I was originally using WF 8.1.0 but now I tested this on Wildfly 8.2.0.Final and result was same failure as well. I'll attach the stacktrace and patch to domain.xml that makes it fail.
> Support using parent system properties in child properties
> ----------------------------------------------------------
>
> Key: WFCORE-450
> URL: https://issues.jboss.org/browse/WFCORE-450
> Project: WildFly Core
> Issue Type: Feature Request
> Components: Domain Management
> Reporter: Samuli Saarinen
> Assignee: Brian Stansberry
>
> 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.8#6338)
More information about the jboss-jira
mailing list