Re: [JBoss-user] Property interpolation

2003-06-04 Thread Scott M Stark
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

[JBoss-user] Property interpolation

2003-06-03 Thread Eric Jain
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