When I use the ${jboss.server.data.dir} variable in the example
below, it is correctly expanded:
<attribute name="bla">${jboss.server.data.dir}</attribute>
However, when I use it in a Properties attribute, the expansion removes
slashes and backslashes, e.g. in the example below:
<attribute name="CacheLoaderConfig">
location = ${jboss.server.data.dir}/myCache
</attribute>
, I get c:JBoss3.2.7serverdefaultdata/myCache.
Looks like
a bug in the properties impl ?
--
Bela Ban
Lead JGroups / JBossCache
callto://belaban
|
- [JBoss-dev] FW: Variable expansion when parsing XML config f... Scott M Stark
-