[jboss-jira] [JBoss JIRA] (AS7-5182) properly transform/resolve expression values
Jeff Mesnil (JIRA)
jira-events at lists.jboss.org
Wed Dec 12 11:18:18 EST 2012
[ https://issues.jboss.org/browse/AS7-5182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12740955#comment-12740955 ]
Jeff Mesnil edited comment on AS7-5182 at 12/12/12 11:17 AM:
-------------------------------------------------------------
an intermediate step would be to check if the expression provide a default value and use it.
We could check if for the pattern $\{exp:default\} and use the default value for the transformation.
This is less involving than resolving the expression and would allow a greater compatibility for legacy versions that could safely failback on the default value.
was (Author: jmesnil):
an intermediate step would be to check if the expression provide a default value and use it.
We could check if for the pattern "${exp:default}" and use the default value for the transformation.
This is less involving than resolving the expression and would allow a greater compatibility for legacy versions that could safely failback on the default value.
> properly transform/resolve expression values
> --------------------------------------------
>
> Key: AS7-5182
> URL: https://issues.jboss.org/browse/AS7-5182
> Project: Application Server 7
> Issue Type: Sub-task
> Components: Domain Management
> Reporter: Emanuel Muckenhuber
> Priority: Optional
> Fix For: 7.3.0.Alpha1
>
>
> We need to be able to properly handle values which are getting changed to allow expressions.
> The problem is that older HCs won't understand the expression value, therefore they need be resolved before sending the initial model. At this point this can only be done against domain/host specific system properties. Server-group and server level overrides would be lost when starting a managed server.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list