[jboss-jira] [JBoss JIRA] (AS7-5145) Expansion of variables in infinispan subsystem in standalone.xml doesn't work

Ondrej Nevelik (JIRA) jira-events at lists.jboss.org
Tue Jul 24 08:53:08 EDT 2012


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

Ondrej Nevelik commented on AS7-5145:
-------------------------------------

When defining a jdbc-cache-store (or any cache-store) I would like to have a bit different configuration depending on the node name - ${jboss.node.name} variable, something like this(shortened):

<distributed-cache>
   <string-keyed-jdbc-store datasource="java:jboss/datasources/JdbcDS" shared="false">               
      <property name="databaseType">MYSQL</property>
      <string-keyed-table prefix="${jboss.node.name}"/> 
   </string-keyed-jdbc-store>
</distributed-cache>

So that we don't have a new config for each node.
                
> Expansion of variables in infinispan subsystem in standalone.xml doesn't work
> -----------------------------------------------------------------------------
>
>                 Key: AS7-5145
>                 URL: https://issues.jboss.org/browse/AS7-5145
>             Project: Application Server 7
>          Issue Type: Feature Request
>          Components: Clustering
>            Reporter: Ondrej Nevelik
>            Assignee: Paul Ferraro
>
> The value of "${jboss.node.name}" system property would be really useful when defining a cache(especially cache-store) in urn:jboss:domain:infinispan:1.3 subsystem. Currently the variables are not expanded.

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