Complex property referencing in properties files does not seem to be working as of this release.
Eg:
Code:<!-- applicationContext.xml --> <property file="my.properties"/>'someProperty.value' will still retain the string literal value of "${otherProperty.value}/kewl!" rather than having "/radical/kewl!". Is this supposed to be working in the 0.8 release, or is it still on the agenda?Code:# my.properties someProperty.value = ${otherProperty.value}/kewl! otherProperty.value = /radical
Thanks so much for this awesome project! I believe I speak for the community and say that this is an invaluable project for DI and IoC.


Reply With Quote
