[jboss-jira] [JBoss JIRA] (WFCORE-1295) system property substitution does not work in jboss-deployment-structure.xml

Brian Stansberry (JIRA) issues at jboss.org
Mon Jun 19 20:55:00 EDT 2017


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

Brian Stansberry commented on WFCORE-1295:
------------------------------------------

The trick with this is all the deployment parsing substitution logic is in jboss-metadata, which we don't want to bring into core because it's a monster dependency.

A smaller concern is the configuration of turning expression replacement off/on is in the ee subsystem. To control it for core, if we wanted it to work w/o requiring ee to turn it on we'd have to make it configurable elsewhere (redundant and confusing) or just have it on always (a bit confusing since it would be different for this jboss descriptor from others). Or perhaps have it always on but core exposes a hook such that ee can turn it off.

None of these are particularly unsolvable problems; I'm just mentioning them here for the record and partly to explain why something that might on the surface seem like a real quick thing to do is a bit more than that.

> system property substitution does not work in jboss-deployment-structure.xml
> ----------------------------------------------------------------------------
>
>                 Key: WFCORE-1295
>                 URL: https://issues.jboss.org/browse/WFCORE-1295
>             Project: WildFly Core
>          Issue Type: Enhancement
>          Components: Server
>            Reporter: Brad Maxwell
>            Assignee: Jason Greene
>
> system property substitution does not work in jboss-deployment-structure.xml



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jboss-jira mailing list