Property replacement support in our Spring extensible XML authoring ?

Tom Zeller tzeller at dragonacea.biz
Tue Apr 1 12:04:38 EDT 2014


Rod,

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

I'm swapping back and forth between tests and I need the ldapURL to be
a property :

 <!-- TODO tz Set properties via property replacement. -->
 <resolver:DataConnector id="myLDAP" ...
   ldapURL="ldap://localhost:10389" ...

I tried dropping in a <context:property-placeholder /> element, but
obviously the context namespace is not bound. Not sure what to try
next, so I thought I would ask.

Thanks.


More information about the dev mailing list