Investigate how to externalize spring <beans/> configuration.Currently that configuration must be placed inline in the XML file.Moving it to a separate file has potential benefits in terms of schema validation and configuration maintenance.
Fixed in r5670.
Parsing of the springResources uses Spring Resource, and does not currently support the IDP SVN or HTTP resource.
Investigate how to externalize spring <beans/> configuration.
Currently that configuration must be placed inline in the XML file.
Moving it to a separate file has potential benefits in terms of schema validation and configuration maintenance.