How can I get existing singleton instance of a bean from Spring Container. I do not want to load the config again as follow but want to retrieve the bean created already using this config;
ApplicationContext context = new ClassPathXmlApplicationContext("some.xml");
Thanks in advance for early attention.