Bug 975848

Summary: Support java property references in custom cache store properties
Product: [JBoss] JBoss Data Grid 6 Reporter: Michal Linhard <mlinhard>
Component: ServerAssignee: Tristan Tarrant <ttarrant>
Status: ASSIGNED --- QA Contact: Nobody <nobody>
Severity: medium Docs Contact:
Priority: medium    
Version: 6.2.0CC: jdg-bugs, mgencur, nobody
Target Milestone: ---   
Target Release: 6.2.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Feature Request
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Michal Linhard 2013-06-19 12:57:14 UTC
To allow stuff like this:

<store class="org.infinispan.loaders.leveldb.LevelDBCacheStore" passivation="false" purge="false">
  <property name="location">target/leveldb/data-default-${jboss.node.name}</property>
  <property name="expiredLocation">target/leveldb/expired-default-${jboss.node.name}</property>
</store>

(note the reference to ${jboss.node.name} property)