// String[] configLocations = new String[]{"applicationContext.xml",
// "applicationContext-editor.xml"};
// factory = new ClassPathXmlApplicationContext(configLocations);
factory = new ClassPathXmlApplicationContext("applicationContext-*.xml");
// String[] configLocations = new String[]{"applicationContext.xml",
// "applicationContext-editor.xml"};
// factory = new ClassPathXmlApplicationContext(configLocations);
factory = new ClassPathXmlApplicationContext("applicationContext-*.xml");