Property replacement support in our Spring extensible XML authoring ?

Rod Widdowson rdw at steadingsoftware.com
Tue Apr 1 12:29:42 EDT 2014


> Did you figure out how to do property replacement in our custom XML
> configs, for example attribute-resolver.xml ?

I use a couple of things to make this work.  In the tests I include a bean
file which has the property replacement language in it alongside the file
under test. For the real config we inherit the properties from the
configuration.

For the testing the metadata providers I also worked out how to set
properties programmatically the test framework (without having to inherit
the class from the spring base class).

R



More information about the dev mailing list