Fixed
Details
Assignee
Rod WiddowsonRod WiddowsonReporter
Daniel FisherDaniel FisherComponents
Fix versions
Affects versions
Details
Details
Assignee
Rod Widdowson
Rod WiddowsonReporter
Daniel Fisher
Daniel FisherComponents
Fix versions
Affects versions
Created February 5, 2015 at 5:58 PM
Updated May 25, 2021 at 10:46 PM
Resolved February 23, 2015 at 2:36 PM
The RDBMS and LDAP DataConnectors support a property called springResources which allows configuration to be loaded from a file containing spring beans.
<resolver:DataConnector id="myLDAP" xsi:type="dc:LDAPDirectory" springResources="file:/some/path/ldap-attribute-resolver-context.xml"/>
This component uses the spring PathMatchingResourcePatternResolver and does not appear to be property aware.
Deployers will most likely want to use
%{idp.home}