[jboss-jira] [JBoss JIRA] (AS7-4828) JGroups subsystem protocol properties should support expressions
Richard Achmatowicz (JIRA)
jira-events at lists.jboss.org
Mon Aug 27 19:28:15 EDT 2012
[ https://issues.jboss.org/browse/AS7-4828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12714108#comment-12714108 ]
Richard Achmatowicz commented on AS7-4828:
------------------------------------------
As suspected, the protocol property processing does not make use of CommonAtttributes.VALUE, and so any expressions pass through undetected, despite the fact that CommonAttributes.VALUE blocks them.
So the situation is that (i) expressions are "not supported" in 7.1.2 as CommonAtttributes.VALUE has setAllowExpression(false) but (ii) expressions get through and are partially supported by JGroups through an implementation error (bug). And because of that, some users may be making use of the feature that is not supposed to be enabled.
If we did incorporate AS7-4828 in 7.1.x, this would not interfere with users current usage. Given this newly revealed circumstance, Brian, WDYT?
> JGroups subsystem protocol properties should support expressions
> ----------------------------------------------------------------
>
> Key: AS7-4828
> URL: https://issues.jboss.org/browse/AS7-4828
> Project: Application Server 7
> Issue Type: Feature Request
> Components: Clustering
> Affects Versions: 7.1.2.Final (EAP)
> Reporter: Paul Ferraro
> Assignee: Richard Achmatowicz
> Fix For: 7.2.0.Alpha1
>
>
> A sample use case:
> <protocol type="TCPPING">
> <property name="initial_hosts">${jgroups.tcpping.initial_hosts}</property>
> </protocol>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list