Property replacement not working in springResources
Basics
Logistics
Basics
Logistics
Description
The RDBMS and LDAP DataConnectors support a property called springResources which allows configuration to be loaded from a file containing spring beans.
This component uses the spring PathMatchingResourcePatternResolver and does not appear to be property aware. Deployers will most likely want to use
Environment
None
Attachments
8
Activity
Show:
Marvin AddisonFebruary 11, 2015 at 11:44 AM
+1 to resolve. Thanks for your work on this Rod.
Rod WiddowsonFebruary 11, 2015 at 11:29 AM
Thanks Marvin.
Are you OK with me resolving this case now?
Marvin AddisonFebruary 10, 2015 at 7:45 PM
Attached working attribute-resolver.xml and dependent Spring context configs.
Marvin AddisonFebruary 10, 2015 at 7:41 PM
This is now working how I'd like: I can use %{idp.home} in the springResources value in attribute-resolver.xml and all my property replacements work in the imported Spring XML files like I want.
Rod WiddowsonFebruary 9, 2015 at 12:50 PM
That's the tests complete. Ready for external test now (thanks Marvin).
The RDBMS and LDAP DataConnectors support a property called springResources which allows configuration to be loaded from a file containing spring beans.
This component uses the spring PathMatchingResourcePatternResolver and does not appear to be property aware.
Deployers will most likely want to use