Property replacement support in our Spring extensible XML authoring ?
Tom Zeller
tzeller at dragonacea.biz
Tue Apr 1 12:29:41 EDT 2014
> Works in the unit tests:
> http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/dc/ldap/ldap-attribute-resolver-v2-props.xml?revision=5380&view=markup
>
> What error are you seeing?
Caused by: java.net.MalformedURLException: Invalid URI: ${idp.ldapURL}
Looking quickly at the test, a <context:property-placeholder />
element is added to the application context via a separate XML config
file, which I don't think we are doing at the moment with the non-test
config.
More information about the dev
mailing list