From: Bela Ban
Sent: Thursday, June 09, 2005 7:06 AM
To: The Core
Subject: Variable expansion when parsing XML config files

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

Reply via email to