I need to get the context xml file locations from ClassPathXmlApplicationContext instance.
When I inspected the source code, I saw that "configLocations" array ,which contains the locations of the files, are private and the getConfigLocations method is protected.
Is there any other way to get these location?
Thx
Ali