I have 2 bean configuration files: a-ctx.xml , b-ctx.xml
In each of them I have one context: property-placeholder refers to a.properties and b.properties.
When I both of load bean configuration files (in different ways. loading an array of them, in test case annotation, ...) the properties file in second loaded file is not loaded.
Is this a bug?
