[jboss-jira] [JBoss JIRA] (AS7-5397) Support for expression in JGroups property element

Jochen Cordes (JIRA) jira-events at lists.jboss.org
Mon Aug 20 05:42:14 EDT 2012


Jochen Cordes created AS7-5397:
----------------------------------

             Summary: Support for expression in JGroups property element
                 Key: AS7-5397
                 URL: https://issues.jboss.org/browse/AS7-5397
             Project: Application Server 7
          Issue Type: Feature Request
          Components: Clustering, Server
    Affects Versions: 7.1.2.Final (EAP)
            Reporter: Jochen Cordes
            Assignee: Paul Ferraro


When trying to set a property for the protocol TCPPING like this:

<protocol type="TCPPING" socket-binding="jgroups-tcpping">
     <property name=”initial_hosts”>${initial_hosts}</property>
</protocol>

we get a parser error on startup (${initial_hosts} is set in a property
file we have specified with -P). Doing a :read-resource-attributes via
CLI reveals that the property element doesn't support expressions.

Are there plans to support this in the future or is there a specific
reason why this isn't supported for this specific element? 

--
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