[jboss-jira] [JBoss JIRA] (WFCORE-277) Support nested expressions in deployment descriptors

Brian Stansberry (JIRA) issues at jboss.org
Sun Nov 23 22:32:39 EST 2014


Brian Stansberry created WFCORE-277:
---------------------------------------

             Summary: Support nested expressions in deployment descriptors
                 Key: WFCORE-277
                 URL: https://issues.jboss.org/browse/WFCORE-277
             Project: WildFly Core
          Issue Type: Feature Request
            Reporter: Brian Stansberry
            Assignee: Brian Stansberry


Users have requested support for expressions such as:

{code}
${VAULT::oracle::${me}::0}
{code}

where "me" is a system property.

Allows externalization of the vault attribute name.

This will likely require JBMETA changes as well, as the deployment level stuff is there.

I want this to be a generic thing, not just a specific solution to the above example. So, something like, given a string, find the innermost expression, resolve it and then repeat until the input equals the output (i.e. there are no more expressions.)



--
This message was sent by Atlassian JIRA
(v6.3.8#6338)


More information about the jboss-jira mailing list