java-idp-testbed : resources -> config
Cantor, Scott
cantor.2 at osu.edu
Mon Nov 11 18:18:58 EST 2013
On 11/9/13, 10:46 AM, "Tom Zeller" <tzeller at dragonacea.biz> wrote:
>Next step for the testbed, I think, is that the contents of
>src/main/resources should be moved to a new directory src/main/config,
>and all resource paths should be specified as
>"file://{$idp.home}/conf/" rather than "classpath:conf/", for example,
>for all files in that directory.
I think there was only one classpath reference left in the testbed files,
in webflow-config.
What's interesting is that in order to get ${idp.home} to be usable via a
system property, you have to plugin the <context:property-placeholder>
element even if you don't actually use it to define idp.home. That appears
to install the property lookup support for the other property sources.
-- Scott
More information about the dev
mailing list