We only replace properties referenced in mbean attribute
values. We do not look into properties files as this is
handled by the Properties class. You would have to
subclass
the java.util.Properties class and then you can do what
you
want in the load of the properties file.
x
I was wondering why property variables are interpolated in certain
places, but not in others. Consider this example:
jboss-service.xml:
test.data.path=${jboss.home.dir}/data
test.data.x.path=${test.data.path}/x
./conf/test.properties
test.properties